mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-07 12:54:00 +00:00
12 lines
251 B
C++
12 lines
251 B
C++
#ifndef OPENMW_COMPONENTS_SCENEUTIL_ACTORUTIL_HPP
|
|
#define OPENMW_COMPONENTS_SCENEUTIL_ACTORUTIL_HPP
|
|
|
|
#include <string>
|
|
|
|
namespace SceneUtil
|
|
{
|
|
const std::string& getActorSkeleton(bool firstPerson, bool female, bool beast, bool werewolf);
|
|
}
|
|
|
|
#endif
|