mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:50:04 +00:00
Load placefile icons into texture atlas cache
This commit is contained in:
parent
1f2d5227c4
commit
0f9fbdbf63
12 changed files with 237 additions and 44 deletions
4
scwx-qt/source/scwx/qt/external/stb_image.cpp
vendored
Normal file
4
scwx-qt/source/scwx/qt/external/stb_image.cpp
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#define STB_IMAGE_IMPLEMENTATION
|
||||
#define STBI_ASSERT(x)
|
||||
#define STBI_FAILURE_USERMSG
|
||||
#include <stb_image.h>
|
||||
Loading…
Add table
Add a link
Reference in a new issue