#ifndef DEFINES_HPP_ #define DEFINES_HPP #include #include #define GAME_CHANNEL 0 #define CHAT_CHANNEL 1 typedef std::chrono::high_resolution_clock Clock; std::string itos(int i); #endif