engineer-thesis-WUT/Engine/engine/stb_images_implementation.cpp

6 lines
97 B
C++
Raw Normal View History

#ifndef STB_IMAGE_IMPLEMENTATION
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"
#endif