diff options
Diffstat (limited to 'include/RGFW_HS.h')
| -rw-r--r-- | include/RGFW_HS.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/RGFW_HS.h b/include/RGFW_HS.h new file mode 100644 index 0000000..dcd6e47 --- /dev/null +++ b/include/RGFW_HS.h @@ -0,0 +1,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.h" +#undef Time + +#endif |
