mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +00:00
fix spacing
This commit is contained in:
parent
c08c57f928
commit
c7dff9c053
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