Danbias/Code/GameLogic/Player.cpp

13 lines
102 B
C++
Raw Normal View History

2013-11-19 11:07:14 +01:00
#include "Player.h"
using namespace GameLogic;
Player::Player(void)
{
}
Player::~Player(void)
{
}