TrinityCore
Loading...
Searching...
No Matches
VMapAssembler.cpp File Reference
#include "Banner.h"
#include "GitRevision.h"
#include "Locales.h"
#include "Optional.h"
#include "TileAssembler.h"
#include "Util.h"
#include <boost/program_options.hpp>
#include <iostream>
#include <string>
#include <thread>
#include "WheatyExceptionReport.h"
+ Include dependency graph for VMapAssembler.cpp:

Go to the source code of this file.

Functions

Optional< int > HandleArgs (int argc, char *argv[], std::string *src, std::string *dest, uint32 *threads)
 
int main (int argc, char *argv[])
 
 INIT_CRASH_HANDLER ()
 

Function Documentation

◆ HandleArgs()

Optional< int > HandleArgs ( int  argc,
char *  argv[],
std::string *  src,
std::string *  dest,
uint32 threads 
)

Parses command line arguments

Parameters
[in]argccommand line argument count
[in]argvraw command line arguments
[out]srcraw data dir
[out]destvmap dest dir
[out]threadsnumber of threads to use
Returns
Non-empty optional if program should exit immediately (holds exit code in that case)

Definition at line 70 of file VMapAssembler.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ INIT_CRASH_HANDLER()

INIT_CRASH_HANDLER ( )

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 43 of file VMapAssembler.cpp.

+ Here is the call graph for this function: