From 5a701a36328eeca44ad5dab85ab3b8287c96d79b Mon Sep 17 00:00:00 2001 From: mtgmonkey Date: Tue, 16 Dec 2025 00:24:10 +0100 Subject: [feat] unify with example, actually win for once --- include/RGFW_HS.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 include/RGFW_HS.h (limited to 'include/RGFW_HS.h') 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 -- cgit v1.3.1