mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-01 12:41:55 -07:00
Initial Commit
This commit is contained in:
9
src/defines.hpp
Normal file
9
src/defines.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "includes.hpp"
|
||||
|
||||
#ifndef NDEBUG
|
||||
#define ISDEBUG true
|
||||
#else
|
||||
#define ISDEBUG false
|
||||
#endif
|
||||
|
||||
#define RIP(format, ... ) { fprintf(stderr, format "\n", ##__VA_ARGS__); exit(EXIT_FAILURE); }
|
Reference in New Issue
Block a user