mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-04 10:32:04 -04:00
10 lines
164 B
C++
10 lines
164 B
C++
|
|
#include "player.hpp"
|
|
|
|
namespace MWRender
|
|
{
|
|
Player::Player (Ogre::Camera *camera, const std::string& handle)
|
|
: mCamera (camera), mHandle (handle)
|
|
{}
|
|
}
|