1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 22:37:45 +00:00

fix spacing

This commit is contained in:
GokuWeedLord 2017-12-12 15:00:56 +11:00
parent c08c57f928
commit c7dff9c053

View file

@ -31,7 +31,7 @@ namespace Scripting {
bool unloadScript( ScriptInfo* );
bool unloadScript( ModuleHandle );
ScriptInfo* getScriptInfo( std::string name );
ScriptObject* getScriptObject(ModuleHandle handle);
ScriptObject* getScriptObject( ModuleHandle handle );
bool isModuleLoaded( std::string name );
};