mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-04 08:15:31 +00:00
15 lines
181 B
C++
15 lines
181 B
C++
|
#ifndef OPENMW_MWMECHANICS_ACTORUTIL_H
|
||
|
#define OPENMW_MWMECHANICS_ACTORUTIL_H
|
||
|
|
||
|
namespace MWWorld
|
||
|
{
|
||
|
class Ptr;
|
||
|
}
|
||
|
|
||
|
namespace MWMechanics
|
||
|
{
|
||
|
MWWorld::Ptr getPlayer();
|
||
|
}
|
||
|
|
||
|
#endif
|