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 /src/world.cpp | |
| parent | ff2a12174c8bd8be75dadeb23c88b6f9a1f0e1da (diff) | |
split scenery-proto into its own file
Diffstat (limited to 'src/world.cpp')
| -rw-r--r-- | src/world.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/world.cpp b/src/world.cpp index 821e4c65..1012b303 100644 --- a/src/world.cpp +++ b/src/world.cpp @@ -3,6 +3,7 @@ #include "object.hpp" #include "critter.hpp" #include "scenery.hpp" +#include "scenery-proto.hpp" #include "light.hpp" #include "compat/shared-ptr-wrapper.hpp" #include "compat/int-hash.hpp" |
