summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Game.h')
-rw-r--r--Stars45/Game.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/Stars45/Game.h b/Stars45/Game.h
index f0bf968..3783906 100644
--- a/Stars45/Game.h
+++ b/Stars45/Game.h
@@ -15,16 +15,7 @@
#include "Screen.h"
#include "Video.h"
#include "VideoSettings.h"
-
-// +--------------------------------------------------------------------+
-
-LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
-
-void FlushKeys();
-void BufferKey(int vkey);
-int GetKey();
-int GetKeyPlus(int& key, int& shift);
-void ProcessKeyMessage();
+#include "WndProc.h"
// +--------------------------------------------------------------------+