aboutsummaryrefslogtreecommitdiff
path: root/src/implementations.c
diff options
context:
space:
mode:
authornathansmithsmith <nathansmith7@mailfence.com>2023-11-08 12:12:29 -0700
committernathansmithsmith <nathansmith7@mailfence.com>2023-11-08 12:12:29 -0700
commitac7470ce5d680caa7fb53c235aea10cba45e1836 (patch)
tree4eeb6912414ac9280cf8c1fad267040b0ada2e98 /src/implementations.c
parent10a0fb1c52a50b44bd2df064c977a3a15146facf (diff)
rres asset loading working
Diffstat (limited to 'src/implementations.c')
-rw-r--r--src/implementations.c6
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"