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#include <termcolor/termcolor.hpp>
9
10#endif