diff options
Diffstat (limited to 'src/game/client/gc_client.cpp')
| -rw-r--r-- | src/game/client/gc_client.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/game/client/gc_client.cpp b/src/game/client/gc_client.cpp index 4cc8ba29..27021c1f 100644 --- a/src/game/client/gc_client.cpp +++ b/src/game/client/gc_client.cpp @@ -5,8 +5,8 @@ #include <string.h> extern "C" { - #include <engine/e_config.h> - #include <engine/client/ec_font.h> + #include <engine/e_config.h> // TODO: this shouldn't be here + #include <engine/client/ec_font.h> // TODO: this shouldn't be here #include <engine/e_client_interface.h> }; @@ -24,8 +24,6 @@ extern "C" { #include "gc_anim.h" #include "gc_console.h" -#include <GL/gl.h> - struct data_container *data = 0; static int64 debug_firedelay = 0; |