summaryrefslogtreecommitdiff
path: root/include/amalgamation.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/amalgamation.h')
-rw-r--r--include/amalgamation.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/amalgamation.h b/include/amalgamation.h
deleted file mode 100644
index f13796a..0000000
--- a/include/amalgamation.h
+++ /dev/null
@@ -1,20 +0,0 @@
-// 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"