Fix code style from recent commits and add misc. optimizations
This commit is contained in:
@@ -51,7 +51,8 @@ class ScriptApiBase {
|
||||
ScriptApiBase();
|
||||
virtual ~ScriptApiBase();
|
||||
|
||||
bool loadMod(const std::string &script_path, const std::string &mod_name, std::string *error=NULL);
|
||||
bool loadMod(const std::string &script_path, const std::string &mod_name,
|
||||
std::string *error=NULL);
|
||||
bool loadScript(const std::string &script_path, std::string *error=NULL);
|
||||
|
||||
/* object */
|
||||
|
||||
Reference in New Issue
Block a user