Add Memory debugger

This commit is contained in:
2026-01-04 18:02:45 +01:00
parent 1acecd03ee
commit bed24ff28a
5 changed files with 122 additions and 16 deletions

View File

@@ -4,7 +4,7 @@
// Only include stb Code if we need it
// Otherwise we just build the header
#if AMY_STB_IMAGE == 1
#ifdef AMY_STB_IMAGE
#define STB_IMAGE_IMPLEMENTATION
#endif
#include <stb_image.h>