WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
Loading...
Searching...
No Matches
stb_impl.cpp
Go to the documentation of this file.
1// Single compilation unit for stb implementations.
2// stb_image and stb_image_write are header-only libraries that require
3// exactly one source file to define their implementations.
4
5#define STB_IMAGE_IMPLEMENTATION
6#include "stb_image.h"
7
8#define STB_IMAGE_WRITE_IMPLEMENTATION
9#include "stb_image_write.h"