aboutsummaryrefslogtreecommitdiff
path: root/Engine.h
diff options
context:
space:
mode:
authorBDKPlayer <fabian.stotz@yahoo.de>2020-03-11 20:52:05 +0100
committerBDKPlayer <fabian.stotz@yahoo.de>2020-03-11 20:52:05 +0100
commitd86765d54c5725d09dfb618811525498f647ff85 (patch)
tree1cf787795eaf6d826fa0cd7db178f1eaaf9be7dd /Engine.h
parentaa75847f5770c3bbd2840ff5c52af32761e475aa (diff)
Added: Engine::GetLocalplayer
Diffstat (limited to 'Engine.h')
-rw-r--r--Engine.h1
1 files changed, 1 insertions, 0 deletions
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