Moved random code out of defines.*
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user