aboutsummaryrefslogtreecommitdiff
path: root/Engine.h
diff options
context:
space:
mode:
authorBDKPlayer <fabian.stotz@yahoo.de>2020-07-31 16:14:55 +0200
committerBDKPlayer <fabian.stotz@yahoo.de>2020-07-31 16:14:55 +0200
commitcdc71b248d67fa5d1ac10a4a35ac3a58f757255e (patch)
tree631015aacd1356f063efc8f0d7936c18aff1bd65 /Engine.h
parent1f75a0b4d28c720b0241e4e80d1cd708a9ce6c6f (diff)
Working minimal version
Diffstat (limited to 'Engine.h')
-rw-r--r--Engine.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Engine.h b/Engine.h
index ca427de..692418c 100644
--- a/Engine.h
+++ b/Engine.h
@@ -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