Brenta Engine 1.1
Loading...
Searching...
No Matches
stb_image.cpp
1/*
2 * By defining STB_IMAGE_IMPLEMENTATION the preprocessor
3 * modifies the header file such that it only contains the
4 * relevant definition source code, effectively turning
5 * the header file into a .cpp file, and that's about it.
6 */
7#define STB_IMAGE_IMPLEMENTATION
8#include "stb_image.h"