[feat] unify with example, actually win for once

This commit is contained in:
mtgmonkey
2025-12-16 00:24:10 +01:00
parent 170685f6c8
commit 5a701a3632
8 changed files with 14166 additions and 34 deletions

14033
include/RGFW.h Normal file

File diff suppressed because it is too large Load Diff

1
include/RGFW_HS.c Normal file
View File

@@ -0,0 +1 @@
#include "RGFW_HS.h"

14
include/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