5 #define MAGIC_NUMBER_1 0x76615769 // = "iWav"
6 #define MAGIC_NUMBER_2 0x11111111
7 #define BLOCK_HEADER 0x4B4F4C42 // = "BLOK"
11 std::wstring _filename;
20 bool Read(
int* startFrameOut, std::vector<Grid*>* gridsOut)
const;
21 bool Write(
int startFrame,
const std::vector<Grid*>& gridsIn)
const;
Definition: ExternalFile.h:9
int CheckValidity() const
Definition: ExternalFile.cpp:7