DDraceNetwork Docs
map_resave.cpp File Reference
#include <base/logger.h>
#include <base/system.h>
#include <engine/shared/datafile.h>
#include <engine/storage.h>
Include dependency graph for map_resave.cpp:

Functions

static int ResaveMap (const char *pSourceMap, const char *pDestinationMap, IStorage *pStorage)
 
int main (int argc, const char **argv)
 

Variables

static const char * TOOL_NAME = "map_resave"
 

Function Documentation

◆ main()

int main ( int  argc,
const char **  argv 
)

◆ ResaveMap()

static int ResaveMap ( const char *  pSourceMap,
const char *  pDestinationMap,
IStorage pStorage 
)
static

Variable Documentation

◆ TOOL_NAME

const char* TOOL_NAME = "map_resave"
static