2013-12-09 11:57:34 +01:00
|
|
|
#ifndef GAMEPROTOCOL_PROTOCOL_DEFINITION_ID_H
|
|
|
|
#define GAMEPROTOCOL_PROTOCOL_DEFINITION_ID_H
|
|
|
|
|
|
|
|
/* THERE CAN ABSOLUTLEY NOT BE TWO DEFINITIONS WITH THE SAME ID!! */
|
|
|
|
|
2013-12-12 09:33:59 +01:00
|
|
|
#define protocol_PlayerNavigation 0
|
2013-12-11 12:14:00 +01:00
|
|
|
#define protocol_PlayerPosition 1
|
|
|
|
#define protocol_ObjectPosition 2
|
2013-12-09 11:57:34 +01:00
|
|
|
|
2013-12-12 20:32:54 +01:00
|
|
|
#define PROTOCOL_TEST 1000
|
2013-12-12 10:36:55 +01:00
|
|
|
|
2013-12-09 11:57:34 +01:00
|
|
|
#endif // !GAMEPROTOCOL_PROTOCOL_DEFINITION_ID_H
|