summaryrefslogtreecommitdiff
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, 5 insertions, 0 deletions
diff --git a/src/assets.h b/src/assets.h
index 983ff41..1b0a6e7 100644
--- a/src/assets.h
+++ b/src/assets.h
@@ -19,6 +19,11 @@
#define ASSET_QUEUE_COUNT 20
#endif
+#ifdef MODE_DEVELOPER
+s32 __frames_drawn_with_missing_assets = 0;
+#endif
+
+
typedef struct t_image {
u8 *start_addr;
u8 *end_addr;