From 69733d1f2171978e3d15078d24323af39d54c518 Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Mon, 3 Feb 2025 08:43:19 -0700 Subject: Scripting working so far --- src/implementations.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/implementations.c (limited to 'src/implementations.c') diff --git a/src/implementations.c b/src/implementations.c new file mode 100644 index 0000000..bface50 --- /dev/null +++ b/src/implementations.c @@ -0,0 +1,3 @@ +#define RAYGUI_IMPLEMENTATION +#include "raygui.h" + -- cgit v1.2.3