void gpp::Game::makeScriptBindings()
{
    g_globalManager.getLogging()->logMessage("Making script bindings...");
    bindEnums();
    bindOther();
}
Beispiel #2
0
void gpp::Game::makeScriptBindings()
{
    bindEnums();
    bindOther();
}