From d86765d54c5725d09dfb618811525498f647ff85 Mon Sep 17 00:00:00 2001 From: BDKPlayer Date: Wed, 11 Mar 2020 20:52:05 +0100 Subject: Added: Engine::GetLocalplayer --- Engine.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Engine.h') diff --git a/Engine.h b/Engine.h index c31e193..bdd6905 100644 --- a/Engine.h +++ b/Engine.h @@ -34,4 +34,5 @@ public: uint32_t GetPlayerColor(int colorIndex); ImVec4 GetPlayerColorImGUI(int colorIndex); Player* GetPlayerByName(char* playername); + Player* GetLocalPlayer(); }; \ No newline at end of file -- cgit v1.2.3