diff --git a/functions.cpp b/functions.cpp index 962b405..52dac0c 100644 --- a/functions.cpp +++ b/functions.cpp @@ -31,8 +31,6 @@ constexpr const char_t *dir_divider = L"\\"; #include #include -#define TEXT( a ) a - #define cout std::cout #define cerr std::cerr #define cin std::cin diff --git a/functions.hpp b/functions.hpp index 3c3f966..db2293a 100644 --- a/functions.hpp +++ b/functions.hpp @@ -21,6 +21,8 @@ std::wstring utf8_to_wstring( const std::string &utf8 ); using string = std::string; using char_t = char; +#define TEXT( a ) a + #endif #ifndef GUI