Moved random code out of defines.*
This commit is contained in:
@@ -22,14 +22,7 @@
|
||||
#ifndef DEFINES_HPP_
|
||||
#define DEFINES_HPP
|
||||
|
||||
#include <chrono>
|
||||
#include <string>
|
||||
|
||||
#define GAME_CHANNEL 0
|
||||
#define CHAT_CHANNEL 1
|
||||
|
||||
typedef std::chrono::high_resolution_clock Clock;
|
||||
|
||||
std::string itos(int i);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user