aboutsummaryrefslogtreecommitdiff
path: root/Engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'Engine.h')
-rw-r--r--Engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Engine.h b/Engine.h
index ad48249..ca427de 100644
--- a/Engine.h
+++ b/Engine.h
@@ -29,7 +29,7 @@ public:
Game* GetGame() const;
MainScreen* GetMainScreen() const;
- int GetTotalPlayers() const;
+ int64_t GetTotalPlayers() const;
PlayerArray* GetPlayerArray() const;
Vector2 worldToScreen(Vector3 position) const;