Added hyprctl version

This commit is contained in:
vaxerski
2022-04-22 18:14:25 +02:00
parent 94811485c9
commit e3b19e0131
4 changed files with 48 additions and 1 deletions

View File

@@ -49,4 +49,12 @@
#define RASSERT(expr, reason, ...)
#endif
#define ASSERT(expr) RASSERT(expr, "?")
#define ASSERT(expr) RASSERT(expr, "?")
// git stuff
#ifndef GIT_COMMIT_HASH
#define GIT_COMMIT_HASH "?"
#endif
#ifndef GIT_BRANCH
#define GIT_BRANCH "?"
#endif