remove ui test files for now
This commit is contained in:
@@ -2,13 +2,11 @@ set(
|
|||||||
YAZE_APP_EDITOR_SRC
|
YAZE_APP_EDITOR_SRC
|
||||||
app/editor/dungeon/dungeon_editor.cc
|
app/editor/dungeon/dungeon_editor.cc
|
||||||
app/editor/master_editor.cc
|
app/editor/master_editor.cc
|
||||||
app/editor/master_editor_test.cc
|
|
||||||
app/editor/settings_editor.cc
|
app/editor/settings_editor.cc
|
||||||
app/editor/overworld_editor.cc
|
app/editor/overworld_editor.cc
|
||||||
app/editor/sprite/sprite_editor.cc
|
app/editor/sprite/sprite_editor.cc
|
||||||
app/editor/music/music_editor.cc
|
app/editor/music/music_editor.cc
|
||||||
app/editor/message/message_editor.cc
|
app/editor/message/message_editor.cc
|
||||||
app/editor/message/message_editor_test.cc
|
|
||||||
app/editor/code/assembly_editor.cc
|
app/editor/code/assembly_editor.cc
|
||||||
app/editor/graphics/screen_editor.cc
|
app/editor/graphics/screen_editor.cc
|
||||||
app/editor/graphics/graphics_editor.cc
|
app/editor/graphics/graphics_editor.cc
|
||||||
|
|||||||
@@ -1,10 +0,0 @@
|
|||||||
#include "master_editor.h"
|
|
||||||
|
|
||||||
namespace yaze {
|
|
||||||
namespace app {
|
|
||||||
namespace editor {
|
|
||||||
|
|
||||||
|
|
||||||
} // namespace editor
|
|
||||||
} // namespace app
|
|
||||||
} // namespace yaze
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
#include "message_editor.h"
|
|
||||||
|
|
||||||
namespace yaze {
|
|
||||||
namespace app {
|
|
||||||
namespace editor {} // namespace editor
|
|
||||||
} // namespace app
|
|
||||||
} // namespace yaze
|
|
||||||
Reference in New Issue
Block a user