diff options
Diffstat (limited to 'src/implementations.c')
-rw-r--r-- | src/implementations.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/implementations.c b/src/implementations.c index be0ea1a..ab8beae 100644 --- a/src/implementations.c +++ b/src/implementations.c @@ -2,3 +2,9 @@ #define RAYGUI_IMPLEMENTATION #include "raygui.h" + +#define RRES_IMPLEMENTATION +#include "rres.h" + +#define RRES_RAYLIB_IMPLEMENTATION +#include "rres-raylib.h" |