diff options
author | nathansmith117 <nathansmith117@sdf.org> | 2025-02-03 15:43:19 +0000 |
---|---|---|
committer | nathansmith117 <nathansmith117@sdf.org> | 2025-02-03 15:43:19 +0000 |
commit | 69733d1f2171978e3d15078d24323af39d54c518 (patch) | |
tree | 4dacf17246b9a873fb1f505968eecac899e684fe /src/implementations.c | |
parent | 305c224104be6558f2ece595a47cf29348b60d66 (diff) | |
download | sldj-69733d1f2171978e3d15078d24323af39d54c518.tar.gz sldj-69733d1f2171978e3d15078d24323af39d54c518.tar.bz2 sldj-69733d1f2171978e3d15078d24323af39d54c518.zip |
Scripting working so far
Diffstat (limited to 'src/implementations.c')
-rw-r--r-- | src/implementations.c | 3 |
1 files changed, 3 insertions, 0 deletions
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" + |