diff options
author | BDKPlayer <fabian.stotz@yahoo.de> | 2020-07-31 16:14:55 +0200 |
---|---|---|
committer | BDKPlayer <fabian.stotz@yahoo.de> | 2020-07-31 16:14:55 +0200 |
commit | cdc71b248d67fa5d1ac10a4a35ac3a58f757255e (patch) | |
tree | 631015aacd1356f063efc8f0d7936c18aff1bd65 /Engine.h | |
parent | 1f75a0b4d28c720b0241e4e80d1cd708a9ce6c6f (diff) |
Working minimal version
Diffstat (limited to 'Engine.h')
-rw-r--r-- | Engine.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -45,5 +45,4 @@ public: 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 |