snapshot.h: Include required headers for types

Types bool8, uint8, uint32 and STREAM are required by the declarations. They are defined in port.h and snes9x.h.
This commit is contained in:
Nebuleon 2014-01-29 06:41:23 +00:00
parent 5ddcdb536f
commit 548a1525db
1 changed files with 3 additions and 0 deletions

View File

@ -179,6 +179,9 @@
#ifndef _SNAPSHOT_H_
#define _SNAPSHOT_H_
#include "port.h"
#include "snes9x.h"
#define SNAPSHOT_MAGIC "#!s9xsnp"
#define SNAPSHOT_VERSION_IRQ 7
#define SNAPSHOT_VERSION_BAPU 8