From a094eadb72d3d059b765f0d5d46c01c3a4211c87 Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 22 Mar 2022 23:54:20 +0100 Subject: Moved WndProc implementation to own file along low-level keyboard funcs --- Stars45/Game.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'Stars45/Game.h') 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" // +--------------------------------------------------------------------+ -- cgit v1.1