Move rewindsave and dorewind declaration to a proper header instead of using extern.
This commit is contained in:
parent
e3c0aadb86
commit
7324afeafd
|
@ -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
|
||||
|
|
|
@ -1071,9 +1071,7 @@ DWORD WINAPI run()
|
|||
}
|
||||
DRV_AviVideoUpdate((u16*)GPU_screen);
|
||||
|
||||
extern void rewindsave();
|
||||
extern bool rewinding;
|
||||
extern void dorewind();
|
||||
|
||||
if (staterewindingenabled) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue