aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/stb_image.cpp
blob: 128d5ccae227936912f1ee11fb8b5463afd2943e (plain)
1
2
3
4
5
6
7
8
9
10
/** ---------------------------------------------------------------------------
 * @file: stb_image.cpp
 *
 * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
 * MIT License, see LICENSE file for more details.
 * ----------------------------------------------------------------------------
 */

#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"