gwnavruntime/blob/blobfileheader.h Source File
Go to the documentation of this file.
9 #ifndef Navigation_BlobFileHeader_H
10 #define Navigation_BlobFileHeader_H
20 class BaseBlobHandler;
26 static const
char* MagicString() {
return "BlobFile"; }
35 KyResult InitFromBuffer(
void* memoryBuffer,
bool& isEndiannessSwap);
40 void Init(
const BaseBlobHandler& blobHandler);
48 void SwapEndianness();
51 char m_magicString[12];
KyInt32 KyResult
Defines a type that can be returned by methods or functions in the Gameware Navigation SDK to indicat...
Definition: types.h:254
Definition: gamekitcrowddispersion.h:20
#define KY_DEFINE_NEW_DELETE_OPERATORS(MemStat)
This macro defines new and delete operators.
Definition: memory.h:137
Type
Enumerates possible endianness types.
Definition: endianness.h:28
unsigned int KyUInt32
Type used internally to represent an unsigned 32-bit integer.
Definition: types.h:36