#include <adtfile.h>
Public Member Functions | |
ADTFile (char *filename) | |
~ADTFile () | |
bool | init (uint32 map_num, uint32 tileX, uint32 tileY) |
Public Attributes | |
std::vector< std::string > | WmoInstanceNames |
std::vector< std::string > | ModelInstanceNames |
Private Attributes | |
MPQFile | _file |
std::string | Adtfilename |
ADTFile::ADTFile | ( | char * | filename | ) |
Definition at line 77 of file adtfile.cpp.
ADTFile::~ADTFile | ( | ) |