X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=state.h;h=71163f7b21db2a045c39b75a8c7269beb129d13c;hp=75b26231bfbc7c5520e142158c2ab29ce6a1be84;hb=c0bf6f9f02a2b6afb961a7e9195e2168d7e9cecf;hpb=4e1934c1ee3a43796e68edc66b3c3f8e079caf7c diff --git a/state.h b/state.h index 75b2623..71163f7 100644 --- a/state.h +++ b/state.h @@ -18,6 +18,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include + void SaveState(void); void LoadState(void); int FCEUSS_LoadFP(FILE *st, int make_backup);