aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/stb_image.cpp
blob: 9f352d82674e176e2691699b4659ae0da0769a86 (plain)
1
2
3
4
5
6
7
8
9
10
11
/** ---------------------------------------------------------------------------
 * -*- c++ -*-
 * @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"