#include "GameLogic.h" using ::std::string; namespace GameLogic { Result init( const string &iniFile ) { // TODO return Success; } }