aboutsummaryrefslogtreecommitdiff
path: root/_head.c
blob: 0dcbce4b5d23f8470386928ff0c7b6803c2aa06e (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Licensing information can be found at the end of the file. */

#ifdef TZR_STB_IMAGE
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"
#undef STB_IMAGE_IMPLEMENTATION
#endif

#ifdef TZR_SOLOUD
#include "soloud_c.h"
#endif