Files
hs-rgfw/include/RGFW_HS.h
2025-12-16 01:12:02 +01:00

15 lines
282 B
C

#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/RGFW.h"
#undef Time
#endif