mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-29 07:37:45 +00:00
no qualifiers in headers
This commit is contained in:
parent
9453134196
commit
40be07ac29
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ namespace Core {
|
||||||
|
|
||||||
XMLConfigPtr getConfig() const;
|
XMLConfigPtr getConfig() const;
|
||||||
|
|
||||||
size_t Core::ServerZone::getSessionCount() const;
|
size_t getSessionCount() const;
|
||||||
|
|
||||||
bool registerBnpcTemplate( std::string templateName, uint32_t bnpcBaseId,
|
bool registerBnpcTemplate( std::string templateName, uint32_t bnpcBaseId,
|
||||||
uint32_t bnpcNameId, uint32_t modelId, std::string aiName );
|
uint32_t bnpcNameId, uint32_t modelId, std::string aiName );
|
||||||
|
|
Loading…
Add table
Reference in a new issue