diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-01-14 18:17:54 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-01-14 18:17:54 -0500 |
| commit | 5a7b4a65a1d93744e4a5e6cc6df4244f61b81f68 (patch) | |
| tree | 4b59cb1d6e513c1caefdc7e4c35955741bcfe206 /src/entities.hpp | |
| parent | 80a67230fe192287503092a3d256aea3a494409c (diff) | |
chore: fix compiler warnings + extra includes
Diffstat (limited to 'src/entities.hpp')
| -rw-r--r-- | src/entities.hpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/entities.hpp b/src/entities.hpp index b711935..a885e7f 100644 --- a/src/entities.hpp +++ b/src/entities.hpp @@ -1,18 +1,14 @@ #ifndef PKE_ENTITIES_HPP #define PKE_ENTITIES_HPP -#include "vendor-cgltf-include.hpp" -#include "vendor-stb-image-include.hpp" -#include "ecs.hpp" #include "components.hpp" #include "asset-manager.hpp" -#include "window.hpp" #include "pk.h" #include <BulletCollision/CollisionShapes/btCollisionShape.h> #include <vulkan/vulkan_core.h> -const size_t EntityTypeDetails_MAX = 1; +const int64_t EntityTypeDetails_MAX = 1; struct EntityTypeDetails { AssetKey textureAssetKey; CompGrBinds *grBinds = nullptr; |
