From e6e7f56c9bba3b2191583c4c1d0599370d1f00c7 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 20 Mar 2025 15:30:13 -0400 Subject: pke: replace PkeArray with pk_arr_t --- src/level-types.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/level-types.hpp') 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 { }; +struct LvlCamArr : public pk_arr_t{}; struct PkeLevel : public Entity_Base { struct pk_membucket *bkt = nullptr; -- cgit v1.2.3