Move rewindsave and dorewind declaration to a proper header instead of using extern.

This commit is contained in:
riccardom 2009-08-04 20:32:13 +00:00
parent e3c0aadb86
commit 7324afeafd
2 changed files with 3 additions and 2 deletions

View File

@ -66,4 +66,7 @@ bool savestate_save (const char *file_name);
void savestate_slot(int num);
void loadstate_slot(int num);
void dorewind();
void rewindsave();
#endif

View File

@ -1071,9 +1071,7 @@ DWORD WINAPI run()
}
DRV_AviVideoUpdate((u16*)GPU_screen);
extern void rewindsave();
extern bool rewinding;
extern void dorewind();
if (staterewindingenabled) {