diff options
author | nathan <nathansmith@disroot.org> | 2025-07-03 21:34:28 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-07-03 21:34:28 +0000 |
commit | d67fc3baa8180703f2280738d13335cb9665b348 (patch) | |
tree | c336f48d86b7dc6296562a068b4828177b5b47a6 /src/implement.c | |
download | FindThings-d67fc3baa8180703f2280738d13335cb9665b348.tar.gz FindThings-d67fc3baa8180703f2280738d13335cb9665b348.tar.bz2 FindThings-d67fc3baa8180703f2280738d13335cb9665b348.zip |
first commit
Diffstat (limited to 'src/implement.c')
-rw-r--r-- | src/implement.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/implement.c b/src/implement.c new file mode 100644 index 0000000..be0ea1a --- /dev/null +++ b/src/implement.c @@ -0,0 +1,4 @@ +#include <raylib.h> + +#define RAYGUI_IMPLEMENTATION +#include "raygui.h" |