From ac7470ce5d680caa7fb53c235aea10cba45e1836 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Wed, 8 Nov 2023 12:12:29 -0700 Subject: rres asset loading working --- src/implementations.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/implementations.c') 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" -- cgit v1.2.3