diff options
Diffstat (limited to 'src/entity.h')
| -rw-r--r-- | src/entity.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/entity.h b/src/entity.h index d0e9f9f..b7c458e 100644 --- a/src/entity.h +++ b/src/entity.h @@ -1,4 +1,5 @@ #include "utils.h" +#include "assets.h" // Pretty much any object in the game. @@ -71,6 +72,12 @@ struct Entity { void* data; }; +typedef struct { + EntityId id; + AssetId texture; + int count; +} EntityItem; + // Cubemap based building. typedef struct { Model model; |
