diff options
author | LaG1924 <12997935+LaG1924@users.noreply.github.com> | 2017-08-05 17:07:10 +0200 |
---|---|---|
committer | LaG1924 <12997935+LaG1924@users.noreply.github.com> | 2017-08-05 17:07:10 +0200 |
commit | c9c78e191dd71bacd769bbeccd58b80e4376184b (patch) | |
tree | 4da1a8500dd73dd6368fc89496dc0f428d318c5b /src/GameState.hpp | |
parent | 2017-08-03 (diff) | |
download | AltCraft-c9c78e191dd71bacd769bbeccd58b80e4376184b.tar AltCraft-c9c78e191dd71bacd769bbeccd58b80e4376184b.tar.gz AltCraft-c9c78e191dd71bacd769bbeccd58b80e4376184b.tar.bz2 AltCraft-c9c78e191dd71bacd769bbeccd58b80e4376184b.tar.lz AltCraft-c9c78e191dd71bacd769bbeccd58b80e4376184b.tar.xz AltCraft-c9c78e191dd71bacd769bbeccd58b80e4376184b.tar.zst AltCraft-c9c78e191dd71bacd769bbeccd58b80e4376184b.zip |
Diffstat (limited to 'src/GameState.hpp')
-rw-r--r-- | src/GameState.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GameState.hpp b/src/GameState.hpp index 076c81b..dbe8f9d 100644 --- a/src/GameState.hpp +++ b/src/GameState.hpp @@ -7,6 +7,7 @@ #include "World.hpp" #include "NetworkClient.hpp" #include "Vector.hpp" +#include "Event.hpp" class GameState { NetworkClient *nc; |