From 54354e32c6498cc7f8839ab4deb1208d37216cc5 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sat, 5 Oct 2024 12:43:38 +1000 Subject: Begin simplifying project structure and removing examples --- include/amalgamation.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 include/amalgamation.h (limited to 'include/amalgamation.h') 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" -- cgit v1.2.3-70-g09d2