diff options
| author | mtgmonkey <mtgmonkey@nixos> | 2025-12-16 00:24:10 +0100 |
|---|---|---|
| committer | mtgmonkey <mtgmonkey@nixos> | 2025-12-16 00:24:10 +0100 |
| commit | 5a701a36328eeca44ad5dab85ab3b8287c96d79b (patch) | |
| tree | 87070e5957dc22016e987ee952b48f96557e20e0 /include/RGFW_HS.h | |
| parent | 170685f6c80e3e66decc1a0b8f34e6446032993c (diff) | |
[feat] unify with example, actually win for once
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 |
