diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-08-30 21:16:58 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-08-30 21:16:58 +0000 |
| commit | 374714f64174101a71a6674fc85c215d1cf1d067 (patch) | |
| tree | e8fa0e328edb7051068994b209821edb83ca6b13 /src/engine | |
| parent | b03b048974248e62509f2740c10370258c49c997 (diff) | |
| download | zcatch-374714f64174101a71a6674fc85c215d1cf1d067.tar.gz zcatch-374714f64174101a71a6674fc85c215d1cf1d067.zip | |
clean up the hooks and removed the old gc_hooks.cpp file and renamed to clienthooks.cpp
Diffstat (limited to 'src/engine')
| -rw-r--r-- | src/engine/e_client_interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/e_client_interface.h b/src/engine/e_client_interface.h index 7ec5c93d..2cc9e5c7 100644 --- a/src/engine/e_client_interface.h +++ b/src/engine/e_client_interface.h @@ -16,6 +16,7 @@ extern "C" { #include "e_console.h" #include "e_config.h" +#include "client/ec_font.h" #ifdef __cplusplus } |