diff options
Diffstat (limited to 'src/implementations.c')
-rw-r--r-- | src/implementations.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/implementations.c b/src/implementations.c new file mode 100644 index 0000000..be0ea1a --- /dev/null +++ b/src/implementations.c @@ -0,0 +1,4 @@ +#include <raylib.h> + +#define RAYGUI_IMPLEMENTATION +#include "raygui.h" |