mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-24 21:57:44 +00:00
fix spacing
This commit is contained in:
parent
f53e42208b
commit
bbcc85a9db
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ namespace Scripting {
|
||||||
bool unloadScript( ScriptInfo* );
|
bool unloadScript( ScriptInfo* );
|
||||||
bool unloadScript( ModuleHandle );
|
bool unloadScript( ModuleHandle );
|
||||||
ScriptInfo* getScriptInfo( std::string name );
|
ScriptInfo* getScriptInfo( std::string name );
|
||||||
ScriptObject* getScriptObject(ModuleHandle handle);
|
ScriptObject* getScriptObject( ModuleHandle handle );
|
||||||
bool isModuleLoaded( std::string name );
|
bool isModuleLoaded( std::string name );
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue