//#pragma attribute(push, nogc, nothrow) #ifdef __linux__ # define XLIB_ILLEGAL_ACCESS # include # include # include # include # include # include # include # include # include # include # include FT_FREETYPE_H # include FT_GLYPH_H #endif #if !defined(NO_STBI) && !defined(BUILD_WASM) # include "external/stb/stb_image.h" # include "external/stb/stb_image_write.h" #endif #ifdef BUILD_WASM # include "external/tinyalloc/tinyalloc.c" #endif #ifndef NO_STBI # include "external/stb/stb_truetype.h" #endif #ifdef DLIB_INCLUDE_VULKAN # include "../VulkanRenderer/vulkan_includes.c" #endif #ifndef BUILD_WASM # include "external/cgltf/cgltf.h" #endif #define XXH_NO_STDLIB 1 #include "external/xxhash/xxhash.c"