.h -> .hpp for clearer ABI (non)compatibility

This commit is contained in:
2026-01-14 10:29:11 +01:00
parent f7516518e0
commit 0d453ab86b
14 changed files with 17 additions and 17 deletions

9
include/Macros.hpp Normal file
View File

@@ -0,0 +1,9 @@
#ifndef MACROS_H
#define MACROS_H
#define HYPRCTL_BINARY "/usr/bin/hyprctl"
#define NULL_PATH "/dev/null"
#define ECHO_PATH "/usr/bin/echo"
#define CAT_PATH "/usr/bin/cat"
#endif