aboutsummaryrefslogtreecommitdiffstats
path: root/src/assets.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets.h')
-rw-r--r--src/assets.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/assets.h b/src/assets.h
index de849b0..8404cd2 100644
--- a/src/assets.h
+++ b/src/assets.h
@@ -6,7 +6,7 @@
#define TEXTURE_ASSET_COUNT 5
#define IMAGE_ASSET_COUNT 1
#define SHADER_ASSET_COUNT 2
-#define MODEL_ASSET_COUNT 1
+#define MODEL_ASSET_COUNT 2
extern const char textureAssetPaths[TEXTURE_ASSET_COUNT][FT_NAMEMAX];
extern const char imageAssetPaths[IMAGE_ASSET_COUNT][FT_NAMEMAX];
@@ -37,7 +37,8 @@ enum {
// Model asset ids.
enum {
- UTILITY_POLE_MODEL
+ UTILITY_POLE_MODEL,
+ SAMANTHA_MODEL
};
typedef struct {