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"
|
2014-01-22 15:22:52 +01:00
|
|
|
#include "GeneralProtocols.h"
|
2013-12-19 12:32:23 +01:00
|
|
|
|
2013-12-18 13:07:10 +01:00
|
|
|
#endif // !GAMEPROTOCOLS_GAMEPROTOCOLS_H
|