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{
16 enum
17 {
19 };
20
22 int m_aFields[2];
25};
26
28{
29 enum
30 {
32 };
33 enum
34 {
36 };
37
44};
45
46void RegisterMapItemTypeUuids(class CUuidManager *pManager);
47#endif // GAME_MAPITEMS_EX_H
Definition: uuid_manager.h:53
@ OFFSET_MAPITEMTYPE_UUID
Definition: protocol.h:356
@ END_MAPITEMTYPES_UUID
Definition: mapitems_ex.h:11
@ __MAPITEMTYPE_UUID_HELPER
Definition: mapitems_ex.h:7
void RegisterMapItemTypeUuids(class CUuidManager *pManager)
Definition: mapitems_ex.cpp:5
Definition: mapitems_ex.h:28
@ CURRENT_VERSION
Definition: mapitems_ex.h:31
int m_AutomapperConfig
Definition: mapitems_ex.h:41
int m_Version
Definition: mapitems_ex.h:38
@ FLAG_AUTOMATIC
Definition: mapitems_ex.h:35
int m_Flags
Definition: mapitems_ex.h:43
int m_LayerId
Definition: mapitems_ex.h:40
int m_GroupId
Definition: mapitems_ex.h:39
int m_AutomapperSeed
Definition: mapitems_ex.h:42
Definition: mapitems_ex.h:15
int m_Version
Definition: mapitems_ex.h:21
@ CURRENT_VERSION
Definition: mapitems_ex.h:18
int m_Field4
Definition: mapitems_ex.h:24
int m_aFields[2]
Definition: mapitems_ex.h:22
int m_Field3
Definition: mapitems_ex.h:23