2013-12-18 13:07:10 +01:00
|
|
|
#ifndef GAMEPROTOCOLS_GAMEPROTOCOLS_H
|
|
|
|
#define GAMEPROTOCOLS_GAMEPROTOCOLS_H
|
|
|
|
|
|
|
|
#include "ObjectProtocols.h"
|
|
|
|
#include "PlayerProtocols.h"
|
2013-12-19 12:32:23 +01:00
|
|
|
#include "LobbyProtocols.h"
|
2013-12-19 10:22:32 +01:00
|
|
|
#include "ControlProtocols.h"
|
2014-01-14 09:25:22 +01:00
|
|
|
#include "GameplayProtocols.h"
|
2013-12-19 12:32:23 +01:00
|
|
|
|
2013-12-18 13:07:10 +01:00
|
|
|
#endif // !GAMEPROTOCOLS_GAMEPROTOCOLS_H
|