From 4aeff0886aa61ed3834ef4826aa1a1f3e99508b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Sat, 2 Oct 2021 17:32:23 +0700 Subject: Clean up unused functions and style --- src/GameLoop.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/GameLoop.cpp') diff --git a/src/GameLoop.cpp b/src/GameLoop.cpp index e89eb2e..2cd0c5c 100644 --- a/src/GameLoop.cpp +++ b/src/GameLoop.cpp @@ -19,8 +19,9 @@ // You should have received a copy of the GNU General Public License // along with Black Shades. If not, see . -#include "Game.h" #include "misc.h" +#include "Game.h" +#include "Support.h" extern float multiplier; extern int thirdperson; -- cgit v1.2.3