DDraceNetwork Docs
mapitems_ex.h
Go to the documentation of this file.
1#ifndef GAME_MAPITEMS_EX_H
2#define GAME_MAPITEMS_EX_H
4
5enum
6{
8#define UUID(id, name) id,
9#include "mapitems_ex_types.h"
10#undef UUID
12};
13
15{
16public:
18 int m_aFields[2];
21};
22
24{
25public:
26 enum
27 {
29 };
30
37};
38
39void RegisterMapItemTypeUuids(class CUuidManager *pManager);
40#endif // GAME_MAPITEMS_EX_H
Definition: mapitems_ex.h:24
int m_AutomapperConfig
Definition: mapitems_ex.h:34
int m_Version
Definition: mapitems_ex.h:31
@ FLAG_AUTOMATIC
Definition: mapitems_ex.h:28
int m_Flags
Definition: mapitems_ex.h:36
int m_LayerId
Definition: mapitems_ex.h:33
int m_GroupId
Definition: mapitems_ex.h:32
int m_AutomapperSeed
Definition: mapitems_ex.h:35
Definition: mapitems_ex.h:15
int m_Version
Definition: mapitems_ex.h:17
int m_Field4
Definition: mapitems_ex.h:20
int m_aFields[2]
Definition: mapitems_ex.h:18
int m_Field3
Definition: mapitems_ex.h:19
Definition: uuid_manager.h:53
@ OFFSET_MAPITEMTYPE_UUID
Definition: protocol.h:356
void RegisterMapItemTypeUuids(class CUuidManager *pManager)
Definition: mapitems_ex.cpp:5
@ END_MAPITEMTYPES_UUID
Definition: mapitems_ex.h:11
@ __MAPITEMTYPE_UUID_HELPER
Definition: mapitems_ex.h:7