summaryrefslogtreecommitdiff
path: root/shim.c
diff options
context:
space:
mode:
Diffstat (limited to 'shim.c')
-rw-r--r--shim.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/shim.c b/shim.c
index dcf0717..2637d64 100644
--- a/shim.c
+++ b/shim.c
@@ -1,12 +1,9 @@
#define RGFW_IMPLEMENTATION
-
#define RGFW_WAYLAND
#define RGFW_NO_X11
-
#define RGFW_OPENGL
-#define RGFW_IMPORT
-
-// same as in C3
-#define RGFW_bool u8
-
#include "RGFW.h"
+
+#define RSGL_IMPLEMENTATION
+#include "RSGL.h"
+#include "RSGL_gl.h"