#include <BSPReader.h>
Public Member Functions | |
BSPReader (const char *filename) | |
~BSPReader () | |
Destructor. | |
Public Attributes | |
vector< BSPEntity > | mEntities |
The list of entities in this bsp reader instance. |
BSPReader::BSPReader | ( | const char * | filename | ) | [inline] |
Constructor.
filename | The path to the bsp file. |