aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.hpp')
-rw-r--r--include/common.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common.hpp b/include/common.hpp
index 65ac47b..a7ad6ec 100644
--- a/include/common.hpp
+++ b/include/common.hpp
@@ -160,6 +160,8 @@ extern std::mutex mtx;
*
*/
+#define HLINES(n) (HLINE * n)
+
extern unsigned int HLINE;
extern float VOLUME_MASTER;