summaryrefslogtreecommitdiff
path: root/include/amalgamation.h
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-10-05 12:43:38 +1000
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-10-05 12:43:38 +1000
commit54354e32c6498cc7f8839ab4deb1208d37216cc5 (patch)
tree7759597b971ba59d6af841a5bed793c229dd4c2b /include/amalgamation.h
parentbe8ab99b38c25e899008582d68e891150b328a4d (diff)
Begin simplifying project structure and removing examples
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"