Moved random code out of defines.*

This commit is contained in:
Kayne Ruse
2013-06-21 21:36:48 +10:00
parent 89179626be
commit a4d184ca75
11 changed files with 96 additions and 13 deletions
-7
View File
@@ -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