From 1993baf84cc090d47dc65f47b5c5ff4f1e22683c Mon Sep 17 00:00:00 2001 From: nullifiedcat Date: Sun, 13 Aug 2017 22:26:35 +0300 Subject: [PATCH] macros.hpp --- src/macros.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/macros.hpp b/src/macros.hpp index 6e98c48a..7ae5b38b 100644 --- a/src/macros.hpp +++ b/src/macros.hpp @@ -5,8 +5,9 @@ * Author: nullifiedcat */ -#ifndef MACROS_HPP_ -#define MACROS_HPP_ +#pragma once + +#define DATA_PATH "/opt/cathook-data" #if defined(NOGUI) and NOGUI == 1 or defined(TEXTMODE) #define ENABLE_GUI false @@ -14,4 +15,3 @@ #define ENABLE_GUI true #endif -#endif /* MACROS_HPP_ */