fix crash when specifying --source on command line
[rofl0r-gnuboy.git] / save.h
blobed362a96870adb5fc07b2a23c04737f959da33bf
1 #ifndef SAVE_H
2 #define SAVE_H
4 #include <stdio.h>
6 void savestate(FILE *f);
7 void loadstate(FILE *f);
9 #endif