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
+4 -1
View File
@@ -22,7 +22,7 @@
#ifndef SERVERAPPLICATION_HPP_
#define SERVERAPPLICATION_HPP_
#include "defines.hpp"
#include "utilities.hpp"
#include "packet_type.hpp"
#include "service_locator.hpp"
#include "network_queue.hpp"
@@ -37,6 +37,9 @@
#include <chrono>
#include <string>
//lazy
typedef std::chrono::high_resolution_clock Clock;
struct ClientData {
int index;
int channel;