Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
#include "precompiled.h"
#include "JSInterface_UserReport.h"
#include "ps/Filesystem.h"
#include "ps/Pyrogenesis.h"
#include "ps/UserReport.h"
#include "scriptinterface/FunctionWrapper.h"
#include "scriptinterface/ScriptRequest.h"
#include <string>
Namespaces | |
namespace | JSI_UserReport |
Functions | |
bool | JSI_UserReport::IsUserReportEnabled () |
void | JSI_UserReport::SetUserReportEnabled (bool enabled) |
std::string | JSI_UserReport::GetUserReportStatus () |
std::string | JSI_UserReport::GetUserReportLogPath () |
std::string | JSI_UserReport::GetUserReportConfigPath () |
void | JSI_UserReport::RegisterScriptFunctions (const ScriptRequest &rq) |