summaryrefslogtreecommitdiff
path: root/lib/RGFW_HS.h
diff options
context:
space:
mode:
authormtgmonkey <mtgmonkey@nixos>2025-12-16 01:12:02 +0100
committermtgmonkey <mtgmonkey@nixos>2025-12-16 01:12:02 +0100
commitd36bbad5a86315100d69370466a4654ba5da5bc7 (patch)
tree8e6aac74dbe999bdffa82250ee54aabebb5caa42 /lib/RGFW_HS.h
parent5a701a36328eeca44ad5dab85ab3b8287c96d79b (diff)
tidy up, submodule RGFW
Diffstat (limited to 'lib/RGFW_HS.h')
-rw-r--r--lib/RGFW_HS.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/RGFW_HS.h b/lib/RGFW_HS.h
deleted file mode 100644
index dcd6e47..0000000
--- a/lib/RGFW_HS.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#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