diff options
Diffstat (limited to 'src/level-types.hpp')
| -rw-r--r-- | src/level-types.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/level-types.hpp b/src/level-types.hpp index b0abce6..4de0f76 100644 --- a/src/level-types.hpp +++ b/src/level-types.hpp @@ -1,14 +1,13 @@ #ifndef PKE_LEVEL_TYPES_HPP #define PKE_LEVEL_TYPES_HPP -#include "array.hpp" #include "pk.h" #include "camera.hpp" #include "components.hpp" TypeSafeInt_constexpr(LevelHandle, uint16_t, 0xFFFF); -struct LvlCamArr : public PkeArray<CameraHandle> { }; +struct LvlCamArr : public pk_arr_t<CameraHandle>{}; struct PkeLevel : public Entity_Base { struct pk_membucket *bkt = nullptr; |
