added #include "types.h" to fceu.h

This commit is contained in:
xhainingx 2013-04-18 04:42:35 +00:00
parent 00d17cc331
commit 78770114f9
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
#ifndef _FCEUH
#define _FCEUH
#include "types.h"
extern int fceuindbg;
extern int newppu;
void ResetGameLoaded(void);