diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-01-29 21:55:13 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-01-29 21:55:13 +0000 |
| commit | 6c362f91ebdd4e32e75f747c9f6fbe71eb84fd56 (patch) | |
| tree | cdd3fd9db9f40444a9fd965af8e066f530721c8a /src/game/client/gc_client.cpp | |
| parent | 5d1cb86943ce9425ba5f42b1caf1fcbda65981df (diff) | |
| download | zcatch-6c362f91ebdd4e32e75f747c9f6fbe71eb84fd56.tar.gz zcatch-6c362f91ebdd4e32e75f747c9f6fbe71eb84fd56.zip | |
more cleanups
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; |