diff options
Diffstat (limited to 'nGenEx/Game.h')
-rw-r--r-- | nGenEx/Game.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nGenEx/Game.h b/nGenEx/Game.h index 82864da..bda2114 100644 --- a/nGenEx/Game.h +++ b/nGenEx/Game.h @@ -25,6 +25,7 @@ void FlushKeys(); void BufferKey(int vkey);
int GetKey();
int GetKeyPlus(int& key, int& shift);
+void ProcessKeyMessage();
extern "C" bool ProfileGameLoop(void);
|