summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Game.h')
-rw-r--r--Stars45/Game.h3
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;