init - nonworking

This commit is contained in:
mtgmonkey
2025-12-12 23:38:13 +01:00
commit c761796c3f
4 changed files with 14209 additions and 0 deletions

14
lib/RGFW_HS.h Normal file
View File

@@ -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