Moved the entry structs into their own headers

This commit is contained in:
Kayne Ruse
2013-06-24 10:01:52 +10:00
parent fcb17a8116
commit 9608761cd5
6 changed files with 113 additions and 30 deletions
+3 -5
View File
@@ -23,9 +23,12 @@
#define LOBBY_HPP_
#include "base_scene.hpp"
#include "utilities.hpp"
#include "defines.hpp"
#include "singleton.hpp"
#include "server_entry.hpp"
#include "packet_type.hpp"
#include "network_queue.hpp"
#include "information_manager.hpp"
@@ -39,11 +42,6 @@
#include <vector>
#include <string>
struct ServerEntry {
std::string name;
IPaddress address;
};
class Lobby : public BaseScene {
public:
//Public access members