diff options
| author | andromeda <andromeda@lenovo> | 2026-04-25 00:49:46 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-04-25 00:49:46 +0200 |
| commit | 168abecfafadb57a0c677777a40083761bf8a922 (patch) | |
| tree | 2437a104b6c7ba15702fcee10851cfe16b0505cb /shim.c | |
| parent | 643cf49f77e64f00589bc16147be0afc95fc08cf (diff) | |
add rsgl, modularize
Diffstat (limited to 'shim.c')
| -rw-r--r-- | shim.c | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -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" |
