aboutsummaryrefslogtreecommitdiff
path: root/Engine.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-10-30 12:26:48 +0100
committerToni Uhlig <matzeton@googlemail.com>2020-10-30 12:26:48 +0100
commit51787d2240b8836b31e38e0590090bbb9041d8c2 (patch)
tree9d18db6661cc208a1ae4dba8097437a6a09ab39c /Engine.h
parentf873d61f36a46c42cc444dcb596f0d354ae3d202 (diff)
parent822b531a4f9b8120f1126fbaec085b8b6fab4c57 (diff)
Merge branch 'master' of https://github.com/simonsan/Age_of_Empires_II_Definitive-Edition-SDKHEADmaster
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'Engine.h')
-rw-r--r--Engine.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Engine.h b/Engine.h
index ca427de..87cc120 100644
--- a/Engine.h
+++ b/Engine.h
@@ -38,12 +38,11 @@ public:
uint32_t GetPlayerColor(int colorIndex) const;
ImVec4 GetPlayerColorImGUI(int colorIndex) const;
Player* GetPlayer(int index) const;
+ int GetPlayerNumber(Player* player);
Player* GetPlayerByName(char* playername) const;
Player* GetLocalPlayer() const;
- void PauseGame() const;
void SendChat(const char* message, bool teamchat = false) const;
void PrintNotification(const char* message) const;
void PrintBottomNotification(const char* message, unsigned int hexcolor) const;
- int64_t Flare(float xPos, float yPos) const;
}; \ No newline at end of file