diff options
author | Aki <please@ignore.pl> | 2022-02-16 21:42:55 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2022-02-16 21:42:55 +0100 |
commit | 084d3b4e049bf1014088772bc79559fd3b06fd11 (patch) | |
tree | 30f5cd3868804505d1653ade1829e0e0b7e48eee /Stars45/Game.h | |
parent | 13f2e2c1152c3a5e2ba75f5df86c5926a2e845df (diff) | |
download | starshatter-084d3b4e049bf1014088772bc79559fd3b06fd11.zip starshatter-084d3b4e049bf1014088772bc79559fd3b06fd11.tar.gz starshatter-084d3b4e049bf1014088772bc79559fd3b06fd11.tar.bz2 |
Removed game loop outside of game class
Diffstat (limited to 'Stars45/Game.h')
-rw-r--r-- | Stars45/Game.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Stars45/Game.h b/Stars45/Game.h index 557fc7c..aade28b 100644 --- a/Stars45/Game.h +++ b/Stars45/Game.h @@ -24,8 +24,6 @@ int GetKey(); int GetKeyPlus(int& key, int& shift); void ProcessKeyMessage(); -extern "C" bool ProfileGameLoop(void); - // +--------------------------------------------------------------------+ class ContentBundle; @@ -135,7 +133,6 @@ public: virtual void ShowStats(); protected: - friend bool ProfileGameLoop(void); friend LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM uParam, LPARAM lParam); ContentBundle* content; |