init - nonworking
This commit is contained in:
14034
lib/RGFW.h
Normal file
14034
lib/RGFW.h
Normal file
File diff suppressed because it is too large
Load Diff
14
lib/RGFW_HS.h
Normal file
14
lib/RGFW_HS.h
Normal 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
|
||||
Reference in New Issue
Block a user