diff options
| author | andromeda <andromeda@lenovo> | 2026-04-25 22:50:36 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-04-25 22:50:36 +0200 |
| commit | c101e6571135cfd963e3c3f9543e64c445af7fd8 (patch) | |
| tree | a1b54e635fd95c6353cbac24caf1b361f6bcb7c1 /shim.c | |
| parent | 168abecfafadb57a0c677777a40083761bf8a922 (diff) | |
finish x86_64-linux Wayland bindings for rfont, rgfw, rsgl :)
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" |
