factor ClientGameData into Client to reduce data duplication
This commit is contained in:
@@ -10,10 +10,10 @@
|
||||
#include <unordered_set>
|
||||
#include <vector>
|
||||
|
||||
#include "../Player.hh"
|
||||
#include "DataIndexes.hh"
|
||||
|
||||
struct Lobby;
|
||||
struct Client;
|
||||
class Client;
|
||||
struct ServerState;
|
||||
|
||||
namespace Episode3 {
|
||||
|
||||
Reference in New Issue
Block a user