summaryrefslogtreecommitdiff
path: root/shim.c
diff options
context:
space:
mode:
Diffstat (limited to 'shim.c')
-rw-r--r--shim.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/shim.c b/shim.c
index 2637d64..ad609a3 100644
--- a/shim.c
+++ b/shim.c
@@ -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"