diff options
Diffstat (limited to 'editor/update.cpp')
| -rw-r--r-- | editor/update.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/editor/update.cpp b/editor/update.cpp index be686567..62f0e5d3 100644 --- a/editor/update.cpp +++ b/editor/update.cpp @@ -1,9 +1,13 @@ #include "app.hpp" +#include "editor.hpp" +#include "ground-editor.hpp" +#include "wall-editor.hpp" +#include "scenery-editor.hpp" +#include "vobj-editor.hpp" #include "src/world.hpp" #include "src/ground-atlas.hpp" #include "src/anim-atlas.hpp" #include "main/clickable.hpp" -#include "editor.hpp" #include "floormat/events.hpp" #include "floormat/main.hpp" #include "src/critter.hpp" |
