summaryrefslogtreecommitdiff
path: root/include/RGFW_HS.h
blob: 7ef863d7978fb5da5d1576b2bdab893cd88a8d8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef RGFW_HS // avoid repeated imports
#define RGFW_HS

// TODO add actual include logic

#define RGFW_IMPLEMENTATION
#define RGFW_DEBUG
#define RGFW_OPENGL

#define Time X11Time // fixes namespace clash with GHC when building with Nix
#include "RGFW/RGFW.h"
#undef Time

#endif