Move SystemTask from WindowsWrapper.h to Main.h

This commit is contained in:
Clownacy 2019-09-04 02:23:49 +01:00
parent 4e50046d4b
commit dcf9921481
3 changed files with 3 additions and 2 deletions

View file

@ -12,6 +12,7 @@
#include "Ending.h"
#include "Generic.h"
#include "MapName.h"
#include "Main.h"
#include "Tags.h"
#include "TextScr.h"

View file

@ -7,3 +7,5 @@ extern BOOL bFullscreen;
void PutFramePerSecound(void);
unsigned long GetFramePerSecound(void);
BOOL SystemTask(void);

View file

@ -11,5 +11,3 @@
rect.top = t; \
rect.right = r; \
rect.bottom = b;
BOOL SystemTask();