Move SystemTask from WindowsWrapper.h to Main.h
This commit is contained in:
parent
4e50046d4b
commit
dcf9921481
3 changed files with 3 additions and 2 deletions
|
@ -12,6 +12,7 @@
|
||||||
#include "Ending.h"
|
#include "Ending.h"
|
||||||
#include "Generic.h"
|
#include "Generic.h"
|
||||||
#include "MapName.h"
|
#include "MapName.h"
|
||||||
|
#include "Main.h"
|
||||||
#include "Tags.h"
|
#include "Tags.h"
|
||||||
#include "TextScr.h"
|
#include "TextScr.h"
|
||||||
|
|
||||||
|
|
|
@ -7,3 +7,5 @@ extern BOOL bFullscreen;
|
||||||
|
|
||||||
void PutFramePerSecound(void);
|
void PutFramePerSecound(void);
|
||||||
unsigned long GetFramePerSecound(void);
|
unsigned long GetFramePerSecound(void);
|
||||||
|
|
||||||
|
BOOL SystemTask(void);
|
||||||
|
|
|
@ -11,5 +11,3 @@
|
||||||
rect.top = t; \
|
rect.top = t; \
|
||||||
rect.right = r; \
|
rect.right = r; \
|
||||||
rect.bottom = b;
|
rect.bottom = b;
|
||||||
|
|
||||||
BOOL SystemTask();
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue