diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-09-21 19:55:21 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-09-25 06:51:45 -0400 |
| commit | f04604a9784be6c32a7f8f42b9633872a03ce897 (patch) | |
| tree | 873c88c2e0bbc85206aa45d8aab6b5f1d4b8744e /src/entities.hpp | |
| parent | 37dd0adf200d21924d69fd3ee7f084916087ac1c (diff) | |
save current scene state
Diffstat (limited to 'src/entities.hpp')
| -rw-r--r-- | src/entities.hpp | 1 |
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); |
