macros.hpp

This commit is contained in:
nullifiedcat 2017-08-13 22:26:35 +03:00
parent ae3d941a6d
commit 1993baf84c

View File

@ -5,8 +5,9 @@
* Author: nullifiedcat * Author: nullifiedcat
*/ */
#ifndef MACROS_HPP_ #pragma once
#define MACROS_HPP_
#define DATA_PATH "/opt/cathook-data"
#if defined(NOGUI) and NOGUI == 1 or defined(TEXTMODE) #if defined(NOGUI) and NOGUI == 1 or defined(TEXTMODE)
#define ENABLE_GUI false #define ENABLE_GUI false
@ -14,4 +15,3 @@
#define ENABLE_GUI true #define ENABLE_GUI true
#endif #endif
#endif /* MACROS_HPP_ */