![]() |
TrinityCore
|
#include "adtfile.h"#include "DB2CascFileSource.h"#include "Errors.h"#include "ExtractorDB2LoadInfo.h"#include "Memory.h"#include "StringConvert.h"#include "model.h"#include "StringFormat.h"#include "vmapexport.h"#include "VMapDefinitions.h"#include <CascLib.h>#include <algorithm>#include <cstdio>#include "advstd.h"
Include dependency graph for gameobject_extract.cpp:Go to the source code of this file.
Functions | |
| ExtractedModelData const * | ExtractSingleModel (std::string &fname) |
| bool | GetHeaderMagic (std::string const &fileName, std::array< char, 4 > *magic) |
| void | ExtractGameobjectModels () |
Variables | |
| std::shared_ptr< CASC::Storage > | CascStorage |
| void ExtractGameobjectModels | ( | ) |
Definition at line 88 of file gameobject_extract.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| ExtractedModelData const * ExtractSingleModel | ( | std::string & | fname | ) |
Definition at line 33 of file gameobject_extract.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool GetHeaderMagic | ( | std::string const & | fileName, |
| std::array< char, 4 > * | magic | ||
| ) |
|
extern |
Definition at line 51 of file System.cpp.