diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-04-13 21:05:01 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-04-13 21:08:46 +0200 |
| commit | b4f0ae962bdd07c01f7193631b6fa502b53351be (patch) | |
| tree | edb7a1bc4d0caf8636c5f1a99f05db3c7dcfd432 /editor | |
| parent | ff2a12174c8bd8be75dadeb23c88b6f9a1f0e1da (diff) | |
split scenery-proto into its own file
Diffstat (limited to 'editor')
| -rw-r--r-- | editor/scenery-editor.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/scenery-editor.hpp b/editor/scenery-editor.hpp index 873124a8..678b990f 100644 --- a/editor/scenery-editor.hpp +++ b/editor/scenery-editor.hpp @@ -1,5 +1,5 @@ #pragma once -#include "src/scenery.hpp" +#include "src/scenery-proto.hpp" #include <map> #include <memory> #include <Corrade/Containers/String.h> |
