Fixed references to print error function in win tas editor.

This commit is contained in:
Matthew Budd 2020-06-20 00:13:08 -04:00
parent cc15338ebb
commit 36b9cf3fb3
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ extern SPLICER splicer;
extern FCEUGI *GameInfo;
extern void FCEU_PrintError(char *format, ...);
extern void FCEU_PrintError(const char *format, ...);
extern bool saveProject(bool save_compact = false);
extern bool saveProjectAs(bool save_compact = false);
extern int getInputType(MovieData& md);