mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-03 22:41:31 +00:00
Add comment
This commit is contained in:
parent
b77558726a
commit
14aacf9a72
1 changed files with 2 additions and 0 deletions
|
@ -108,8 +108,10 @@ namespace MWMechanics
|
||||||
/// Called at character creation.
|
/// Called at character creation.
|
||||||
|
|
||||||
void flagAsUsed (const std::string& id);
|
void flagAsUsed (const std::string& id);
|
||||||
|
///< @note Id must be lower-case
|
||||||
|
|
||||||
bool hasBeenUsed (const std::string& id) const;
|
bool hasBeenUsed (const std::string& id) const;
|
||||||
|
///< @note Id must be lower-case
|
||||||
|
|
||||||
int getBounty() const;
|
int getBounty() const;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue