18 #include "ReadFiles.h"
20 #include "GlfException.h"
32 validateHeader(glfHeader);
40 bool exceptionCaught =
false;
47 exceptionCaught =
true;
49 assert(exceptionCaught);
GlfException objects should be thrown by functions that operate on Glf files for exceptions.
This class allows a user to easily read/write a GLF file.
bool openForRead(const char *filename)
Open a glf file for reading with the specified filename.
bool readHeader(GlfHeader &header)
Reads the header section from the file and stores it in the passed in header.