diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-12-13 15:53:52 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-12-23 11:41:03 -0500 |
| commit | 064e9ba16e390b13566d0007ef367dcb1adacc8d (patch) | |
| tree | 359be3c8de88da8544646bfc9a84a8c8b3f383cd /src/level-types.cpp | |
| parent | a527dd1b773f14df140d3ac6a167339d7dc39e33 (diff) | |
checkpoint - add PkeLevel - editor removes on scene load
Diffstat (limited to 'src/level-types.cpp')
| -rw-r--r-- | src/level-types.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/level-types.cpp b/src/level-types.cpp new file mode 100644 index 0000000..9a77553 --- /dev/null +++ b/src/level-types.cpp @@ -0,0 +1,3 @@ + +#include "level-types.hpp" + |
