From c101e6571135cfd963e3c3f9543e64c445af7fd8 Mon Sep 17 00:00:00 2001 From: andromeda Date: Sat, 25 Apr 2026 22:50:36 +0200 Subject: finish x86_64-linux Wayland bindings for rfont, rgfw, rsgl :) --- shim.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shim.c') 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" -- cgit v1.3.1