Fixed fast_tilemap and texture_atlas_repeat examples.

This commit is contained in:
jussi
2025-09-18 15:30:12 +03:00
parent 3f27d9037d
commit 77ba40f97e
6 changed files with 61 additions and 28 deletions

View File

@@ -13,6 +13,13 @@
#include <stdint.h>
#include "external/glad.h"
// #ifndef STB_RECT_PACK_IMPLEMENTATION
// #if !defined(SUPPORT_FILEFORMAT_TTF) && !defined(SUPPORT_FILEFORMAT_BDF)
// #ifndef STB_INCLUDE_STB_RECT_PACK_H
// #define STB_RECT_PACK_IMPLEMENTATION
// #endif
#include "external/stb_rect_pack.h"
#ifdef PLATFORM_DESKTOP