diff options
Diffstat (limited to 'shim.c')
| -rw-r--r-- | shim.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,6 @@ +#define RFONT_IMPLEMENTATION +#include "RFont.h" + #define RGFW_IMPLEMENTATION #define RGFW_WAYLAND #define RGFW_NO_X11 @@ -5,5 +8,6 @@ #include "RGFW.h" #define RSGL_IMPLEMENTATION +#define RSGL_RFONT #include "RSGL.h" #include "RSGL_gl.h" |
