mirror of https://github.com/snes9xgit/snes9x.git
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:
parent
5ddcdb536f
commit
548a1525db
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue