remember window size.

fix extra shit.
This commit is contained in:
StapleButter
2017-03-29 20:12:03 +02:00
parent 2ae2fedf21
commit f88226c99f
4 changed files with 32 additions and 12 deletions

View File

@ -30,6 +30,11 @@ void Save();
extern int KeyMapping[12];
extern int JoyMapping[12];
extern int WindowWidth;
extern int WindowHeight;
extern int DirectBoot;
}
#endif // CONFIG_H