1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 04:19:55 +00:00
openmw-tes3mp/apps/openmw/mwrender/player.cpp

10 lines
164 B
C++
Raw Normal View History

#include "player.hpp"
namespace MWRender
{
2011-02-10 11:56:19 +00:00
Player::Player (Ogre::Camera *camera, const std::string& handle)
: mCamera (camera), mHandle (handle)
{}
}