diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-08-30 21:31:01 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-08-30 21:31:01 +0000 |
| commit | 432602c4ca5d47aee91d25271fa57ad0f6d67250 (patch) | |
| tree | 37e8ed31d495ef62753888e3703e3ef338a4f99b /src/game/editor | |
| parent | 374714f64174101a71a6674fc85c215d1cf1d067 (diff) | |
| download | zcatch-432602c4ca5d47aee91d25271fa57ad0f6d67250.tar.gz zcatch-432602c4ca5d47aee91d25271fa57ad0f6d67250.zip | |
renamed gc_ui.* to ui.*
Diffstat (limited to 'src/game/editor')
| -rw-r--r-- | src/game/editor/ed_editor.cpp | 2 | ||||
| -rw-r--r-- | src/game/editor/ed_editor.hpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/game/editor/ed_editor.cpp b/src/game/editor/ed_editor.cpp index 9b5c7f9e..940472ce 100644 --- a/src/game/editor/ed_editor.cpp +++ b/src/game/editor/ed_editor.cpp @@ -13,7 +13,7 @@ extern "C" { } #include <game/client/gc_map_image.hpp> -#include <game/client/gc_ui.hpp> +#include <game/client/ui.hpp> #include <game/gamecore.hpp> #include <game/client/gc_render.hpp> diff --git a/src/game/editor/ed_editor.hpp b/src/game/editor/ed_editor.hpp index e32b5cb7..f9527f33 100644 --- a/src/game/editor/ed_editor.hpp +++ b/src/game/editor/ed_editor.hpp @@ -15,7 +15,7 @@ extern "C" { #include <engine/e_config.h> } -#include <game/client/gc_ui.hpp> +#include <game/client/ui.hpp> typedef void (*INDEX_MODIFY_FUNC)(int *index); |