diff options
| author | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2025-02-12 18:05:18 +1100 |
|---|---|---|
| committer | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2025-02-12 18:05:18 +1100 |
| commit | 1cc08c51eb4b0f95c30c0a98ad1fc5ad3459b2df (patch) | |
| tree | 222dfcd07a1e40716127a347bbfd7119ce3d0984 /src/client/render/lib/stb_image/stb_image.cc | |
initial commit
Diffstat (limited to 'src/client/render/lib/stb_image/stb_image.cc')
| -rw-r--r-- | src/client/render/lib/stb_image/stb_image.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/render/lib/stb_image/stb_image.cc b/src/client/render/lib/stb_image/stb_image.cc new file mode 100644 index 0000000..baf937a --- /dev/null +++ b/src/client/render/lib/stb_image/stb_image.cc @@ -0,0 +1,2 @@ +#define STB_IMAGE_IMPLEMENTATION +#include "stb_image.hh"
\ No newline at end of file |
