summaryrefslogtreecommitdiff
path: root/src/entities.hpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-09-21 19:55:21 -0400
committerJonathan Bradley <jcb@pikum.xyz>2023-09-25 06:51:45 -0400
commitf04604a9784be6c32a7f8f42b9633872a03ce897 (patch)
tree873c88c2e0bbc85206aa45d8aab6b5f1d4b8744e /src/entities.hpp
parent37dd0adf200d21924d69fd3ee7f084916087ac1c (diff)
save current scene state
Diffstat (limited to 'src/entities.hpp')
-rw-r--r--src/entities.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entities.hpp b/src/entities.hpp
index 98aba33..11f26e5 100644
--- a/src/entities.hpp
+++ b/src/entities.hpp
@@ -29,6 +29,7 @@ struct EntityType {
int16_t AccessorIndexIndex = -1;
} Importer_GLTF;
};
+extern DynArray<EntityType> GlobalEntityTypes;
void EntityType_Init();
void EntityType_Load(EntityType &et);