aboutsummaryrefslogtreecommitdiff
path: root/_head.h
blob: 23a8712051b7365eccfaf538632cf2c14c4e5859 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Licensing information can be found at the end of the file. */
#pragma once
#ifdef __EMSCRIPTEN__
#include <emscripten.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif

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