Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
#include "precompiled.h"
#include "JSInterface_Debug.h"
#include "i18n/L10n.h"
#include "lib/build_version.h"
#include "lib/debug.h"
#include "scriptinterface/FunctionWrapper.h"
#include "scriptinterface/ScriptRequest.h"
#include <ctime>
#include <string>
Namespaces | |
namespace | JSI_Debug |
Functions | |
double | JSI_Debug::GetMicroseconds () |
Microseconds since the epoch. More... | |
int | JSI_Debug::Crash () |
void | JSI_Debug::DebugWarn () |
void | JSI_Debug::DisplayErrorDialog (const std::wstring &msg) |
std::wstring | JSI_Debug::GetBuildDate () |
double | JSI_Debug::GetBuildTimestamp () |
std::wstring | JSI_Debug::GetBuildVersion () |
void | JSI_Debug::RegisterScriptFunctions (const ScriptRequest &rq) |