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

No qualifiers in headers and const method

This commit is contained in:
Mordred 2017-10-09 14:12:56 +02:00 committed by GitHub
parent 87ff1774cf
commit c4f30f64f2

View file

@ -331,7 +331,7 @@ public:
/*! get player's title list (available titles) */
uint8_t * getTitleList();
/*! get player's active title */
uint16_t Core::Entity::Player::getTitle();
uint16_t getTitle() const;
/*! add title to player title list */
void addTitle( uint16_t titleId );
/*! change player's active title */