diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-25 16:37:58 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-25 16:37:58 +0200 |
| commit | f1df7c20129a1f1cc47c47e5731efd10f8e49aeb (patch) | |
| tree | 0241e953981404e50a5c1fcd6d49f583ecf5995e /editor | |
| parent | a00ac8b5fed9d03cb2b3eafb4cd7d04546e341b1 (diff) | |
rename in draw/
Diffstat (limited to 'editor')
| -rw-r--r-- | editor/app.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editor/app.hpp b/editor/app.hpp index 1cf118f9..5b9727fe 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -3,9 +3,9 @@ #include "compat/enum-bitset.hpp" #include "editor.hpp" #include "src/global-coords.hpp" -#include "draw/wireframe-mesh.hpp" -#include "draw/wireframe-quad.hpp" -#include "draw/wireframe-box.hpp" +#include "draw/wireframe.hpp" +#include "draw/quad.hpp" +#include "draw/box.hpp" #include "floormat/app.hpp" #include <memory> |
