14 lines
244 B
C
14 lines
244 B
C
|
#ifndef GAMEPROTOCOLS_GAMEPLAYPROTOCOLS_H
|
||
|
#define GAMEPROTOCOLS_GAMEPLAYPROTOCOLS_H
|
||
|
|
||
|
#include <vector>
|
||
|
#include <CustomNetProtocol.h>
|
||
|
#include "ProtocolIdentificationID.h"
|
||
|
|
||
|
namespace GameLogic
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif // !GAMEPROTOCOLS_GAMEPLAYPROTOCOLS_H
|