DDraceNetwork Documentation
Loading...
Searching...
No Matches
engine.cpp File Reference
#include <base/logger.h>
#include <base/system.h>
#include <engine/console.h>
#include <engine/engine.h>
#include <engine/shared/config.h>
#include <engine/shared/jobs.h>
#include <engine/shared/network.h>
#include <engine/storage.h>
#include <thread>
Include dependency graph for engine.cpp:

Classes

class  CEngine
 

Functions

IEngineCreateEngine (const char *pAppname, std::shared_ptr< CFutureLogger > pFutureLogger)
 
IEngineCreateTestEngine (const char *pAppname)
 

Function Documentation

◆ CreateEngine()

IEngine * CreateEngine ( const char pAppname,
std::shared_ptr< CFutureLogger pFutureLogger 
)

◆ CreateTestEngine()

IEngine * CreateTestEngine ( const char pAppname)