ArkScript
A small, fast, functional and scripting language for video games
proxy.hpp
Go to the documentation of this file.
1#ifndef INCLUDE_TERMCOLOR_PROXY_HPP
2#define INCLUDE_TERMCOLOR_PROXY_HPP
3
4#ifdef WIN32
5# define NOMINMAX
6#endif
7
8#ifdef max
9# undef max
10#endif
11
12#ifdef abs
13# undef abs
14#endif
15
16#include <cstdint>
17#include <termcolor/termcolor.hpp>
18
19#endif