10 lines
206 B
C
10 lines
206 B
C
|
#ifndef GAMEPROTOCOLS_GAMEPROTOCOLS_H
|
||
|
#define GAMEPROTOCOLS_GAMEPROTOCOLS_H
|
||
|
|
||
|
#include "ObjectProtocols.h"
|
||
|
#include "PlayerProtocols.h"
|
||
|
#include "TEST_PROTOCOLS.h"
|
||
|
|
||
|
|
||
|
#endif // !GAMEPROTOCOLS_GAMEPROTOCOLS_H
|