- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/WorldAction/BoundInBoxAction.cpp
r952f38 r047878 10 10 #include "Actions/WorldAction/BoundInBoxAction.hpp" 11 11 #include "Actions/ActionRegistry.hpp" 12 #include " Helpers/Log.hpp"12 #include "log.hpp" 13 13 #include "molecule.hpp" 14 14 #include "World.hpp" … … 22 22 #include "UIElements/UIFactory.hpp" 23 23 #include "UIElements/Dialog.hpp" 24 #include " Actions/ValueStorage.hpp"24 #include "UIElements/ValueStorage.hpp" 25 25 26 26 const char WorldBoundInBoxAction::NAME[] = "bound-in-box";
Note:
See TracChangeset
for help on using the changeset viewer.