From cdc71b248d67fa5d1ac10a4a35ac3a58f757255e Mon Sep 17 00:00:00 2001 From: BDKPlayer Date: Fri, 31 Jul 2020 16:14:55 +0200 Subject: Working minimal version --- Engine.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Engine.h') 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 -- cgit v1.2.3