summaryrefslogtreecommitdiff
path: root/shim.c
blob: ad609a3c0f43ecd33300a9bfdfe271262d405cfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#define RFONT_IMPLEMENTATION
#include "RFont.h"

#define RGFW_IMPLEMENTATION
#define RGFW_WAYLAND
#define RGFW_NO_X11
#define RGFW_OPENGL
#include "RGFW.h"

#define RSGL_IMPLEMENTATION
#define RSGL_RFONT
#include "RSGL.h"
#include "RSGL_gl.h"