summaryrefslogtreecommitdiff
path: root/include/amalgamation.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/amalgamation.h')
-rw-r--r--include/amalgamation.h18
1 files changed, 17 insertions, 1 deletions
diff --git a/include/amalgamation.h b/include/amalgamation.h
index fec3ebb..03e1c95 100644
--- a/include/amalgamation.h
+++ b/include/amalgamation.h
@@ -1,2 +1,18 @@
// TODO: Create a SQLite-like amalgamation header to include the whole
-// API with one include and link the compiled code. \ No newline at end of file
+// 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 "render_scene.h"
+#include "ral.h"
+#include "input.h"
+#include "primitives.h"
+#include "maths_types.h"
+#include "maths.h"
+#include "skybox.h"
+#include "shadows.h" \ No newline at end of file