mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 15:15:31 +00:00
Change 'after function'-style doxygen comment to normal.
This commit is contained in:
parent
f00f35ba86
commit
b2a52a5b6c
1 changed files with 1 additions and 1 deletions
|
@ -446,8 +446,8 @@ namespace MWBase
|
||||||
Rest_EnemiesAreNearby = 3
|
Rest_EnemiesAreNearby = 3
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/// check if the player is allowed to rest
|
||||||
virtual RestPermitted canRest() const = 0;
|
virtual RestPermitted canRest() const = 0;
|
||||||
///< check if the player is allowed to rest
|
|
||||||
|
|
||||||
/// \todo Probably shouldn't be here
|
/// \todo Probably shouldn't be here
|
||||||
virtual MWRender::Animation* getAnimation(const MWWorld::Ptr &ptr) = 0;
|
virtual MWRender::Animation* getAnimation(const MWWorld::Ptr &ptr) = 0;
|
||||||
|
|
Loading…
Reference in a new issue