mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-29 19:36:51 +00:00
clang format
This commit is contained in:
parent
7ef6b3cb62
commit
2efc691736
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ namespace Resource
|
||||||
RetrieveAnimationsVisitor(SceneUtil::KeyframeHolder& target,
|
RetrieveAnimationsVisitor(SceneUtil::KeyframeHolder& target,
|
||||||
osg::ref_ptr<osgAnimation::BasicAnimationManager> animationManager, const std::string& normalized,
|
osg::ref_ptr<osgAnimation::BasicAnimationManager> animationManager, const std::string& normalized,
|
||||||
const VFS::Manager* vfs);
|
const VFS::Manager* vfs);
|
||||||
|
|
||||||
bool belongsToLeftUpperExtremity(const std::string& name);
|
bool belongsToLeftUpperExtremity(const std::string& name);
|
||||||
bool belongsToRightUpperExtremity(const std::string& name);
|
bool belongsToRightUpperExtremity(const std::string& name);
|
||||||
bool belongsToTorso(const std::string& name);
|
bool belongsToTorso(const std::string& name);
|
||||||
|
|
Loading…
Reference in a new issue