summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-03-22 23:54:20 +0100
committerAki <please@ignore.pl>2022-03-22 23:54:20 +0100
commita094eadb72d3d059b765f0d5d46c01c3a4211c87 (patch)
tree0997bf9298589bc527347e615861afdeef8a3116 /Stars45/Game.h
parent32d1aea1790b79ae465048d49e98ba8bc78c2c5c (diff)
downloadstarshatter-a094eadb72d3d059b765f0d5d46c01c3a4211c87.zip
starshatter-a094eadb72d3d059b765f0d5d46c01c3a4211c87.tar.gz
starshatter-a094eadb72d3d059b765f0d5d46c01c3a4211c87.tar.bz2
Moved WndProc implementation to own file along low-level keyboard funcs
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"
// +--------------------------------------------------------------------+