summaryrefslogtreecommitdiff
path: root/include/amalgamation.h
blob: f13796a6b0b186817fa8bd83f14c94ec564f50f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// TODO: Create a SQLite-like amalgamation header to include the whole
//       API with one include and link the compiled code.

#define CEL_PLATFORM_WINDOWS

#include "defines.h"
#define c_static_inline  // remove inlined functions so we can generate bindings

#include "core.h"
#include "render.h"
#include "ral.h"
#include "input.h"
#include "primitives.h"
#include "immdraw.h"
#include "maths_types.h"
#include "maths.h"
#include "physics.h"
#include "skybox.h"
#include "shadows.h"
#include "loaders.h"