Include required headers for types in snapshot.h, display.h

This commit is contained in:
Nebuleon Fumika 2014-01-29 20:53:17 +00:00
parent 555f5110fb
commit 7b14e1356f
2 changed files with 4 additions and 0 deletions

View File

@ -179,6 +179,8 @@
#ifndef _DISPLAY_H_
#define _DISPLAY_H_
#include "snes9x.h"
enum s9x_getdirtype
{
DEFAULT_DIR = 0,

View File

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