#include <patch.h>
Inheritance diagram for NL3D::CPatchIdent:
Nevrax France
Definition at line 142 of file patch.h.
Public Member Functions | |
CPatchIdent (sint32 zoneId, uint16 patchId) | |
CPatchIdent () | |
bool | operator!= (const CPatchIdent &p) const |
bool | operator< (const CPatchIdent &p) const |
bool | operator== (const CPatchIdent &p) const |
Data Fields | |
uint16 | PatchId |
sint32 | ZoneId |
|
Definition at line 148 of file patch.h.
00148 {} |
|
Definition at line 150 of file patch.h. References sint32, and uint16.
|
|
Definition at line 162 of file patch.h.
00163 { 00164 return !(*this==p); 00165 } |
|
Definition at line 152 of file patch.h. References PatchId, and ZoneId.
|
|
Definition at line 158 of file patch.h. References PatchId, and ZoneId.
|
|
|