diff options
Diffstat (limited to 'src/game/client/gc_flow.cpp')
| -rw-r--r-- | src/game/client/gc_flow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/client/gc_flow.cpp b/src/game/client/gc_flow.cpp index aac35058..63e60617 100644 --- a/src/game/client/gc_flow.cpp +++ b/src/game/client/gc_flow.cpp @@ -1,7 +1,7 @@ #include <engine/e_client_interface.h> #include <engine/e_config.h> -#include "gc_client.h" -#include "../g_layers.h" +#include "gc_client.hpp" +#include "../g_layers.hpp" struct FLOWCELL { |