gwnavruntime/navmesh/navfloor1to1stitchdata.h Source File
Go to the documentation of this file.
10 #ifndef Navigation_NavFloor1To1StitchData_H
11 #define Navigation_NavFloor1To1StitchData_H
19 class Stitch1To1EdgeLink;
20 class NavFloor1To1StitchDataBlob;
22 class NavFloor1To1StitchData
27 NavFloor1To1StitchData() : m_floor1To1StitchDataBlob(
KY_NULL), m_stitch1To1EdgeLinkBuffer(KY_NULL), m_numberOfLink(0), m_numberOfUnconnectedLink(0) {}
29 const NavFloor1To1StitchDataBlob* m_floor1To1StitchDataBlob;
30 Stitch1To1EdgeLink* m_stitch1To1EdgeLinkBuffer;
39 #endif //Navigation_NavFloor_H
#define KY_NULL
Null value.
Definition: types.h:247
#define KY_CLASS_WITHOUT_COPY(ClassName)
Define to forbid copy constructor and copy assignment.
Definition: types.h:387
Definition: gamekitcrowddispersion.h:20
#define KY_DEFINE_NEW_DELETE_OPERATORS(MemStat)
This macro defines new and delete operators.
Definition: memory.h:137
unsigned short KyUInt16
Type used internally to represent an unsigned 16-bit integer.
Definition: types.h:40