macros.hpp
This commit is contained in:
parent
ae3d941a6d
commit
1993baf84c
@ -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_ */
|
|
||||||
|
Reference in New Issue
Block a user