From a6e0c9ce9b6c468d0e622ffb5c05eba664ea4f47 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Tue, 17 Oct 2017 23:33:13 +0500 Subject: Refactored #include directives --- src/GlobalState.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/GlobalState.cpp') diff --git a/src/GlobalState.cpp b/src/GlobalState.cpp index 23c7e51..c7a36ad 100644 --- a/src/GlobalState.cpp +++ b/src/GlobalState.cpp @@ -4,6 +4,7 @@ #include "GameState.hpp" #include "Render.hpp" #include "DebugInfo.hpp" +#include "Event.hpp" //Global game variables -- cgit v1.2.3