shithub: cstory

Download patch

ref: dcf99214813780aee08b5d1612d22cb2ac5b95dc
parent: 4e50046d4b4c57f2b4d7bcf20dedcb913c266020
author: Clownacy <Clownacy@users.noreply.github.com>
date: Tue Sep 3 22:23:49 EDT 2019

Move SystemTask from WindowsWrapper.h to Main.h

--- a/src/Draw.cpp
+++ b/src/Draw.cpp
@@ -12,6 +12,7 @@
 #include "Ending.h"
 #include "Generic.h"
 #include "MapName.h"
+#include "Main.h"
 #include "Tags.h"
 #include "TextScr.h"
 
--- a/src/Main.h
+++ b/src/Main.h
@@ -7,3 +7,5 @@
 
 void PutFramePerSecound(void);
 unsigned long GetFramePerSecound(void);
+
+BOOL SystemTask(void);
--- a/src/WindowsWrapper.h
+++ b/src/WindowsWrapper.h
@@ -11,5 +11,3 @@
 	rect.top = t; \
 	rect.right = r; \
 	rect.bottom = b;
-
-BOOL SystemTask();