rpcs3/rpcs3/stb_image.cpp

5 lines
184 B
C++

#include "stdafx.h"
// Defines STB_IMAGE_IMPLEMENTATION *once* for stb_image.h includes (Should this be placed somewhere else?)
#define STB_IMAGE_IMPLEMENTATION
#include <stb_image.h>