1
0
mirror of https://github.com/switchbrew/switch-examples.git synced 2025-06-29 08:32:39 +02:00
switch-examples/graphics/opengl/textured_cube/source/stb_image.cpp
2018-09-08 20:41:17 +02:00

4 lines
78 B
C++

#define STBI_ONLY_PNG
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"