diff options
author | BDKPlayer <fabian.stotz@yahoo.de> | 2020-03-11 20:52:05 +0100 |
---|---|---|
committer | BDKPlayer <fabian.stotz@yahoo.de> | 2020-03-11 20:52:05 +0100 |
commit | d86765d54c5725d09dfb618811525498f647ff85 (patch) | |
tree | 1cf787795eaf6d826fa0cd7db178f1eaaf9be7dd /Engine.h | |
parent | aa75847f5770c3bbd2840ff5c52af32761e475aa (diff) |
Added: Engine::GetLocalplayer
Diffstat (limited to 'Engine.h')
-rw-r--r-- | Engine.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |