From 774fc54355abe70a1ba045ade99649ba0e98c930 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sun, 21 Jul 2024 16:17:26 +1000 Subject: start adding rust bindgen --- include/amalgamation.h | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'include/amalgamation.h') 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 -- cgit v1.2.3-70-g09d2