Danbias/Code/GameLogic/Player.cpp

13 lines
102 B
C++

#include "Player.h"
using namespace GameLogic;
Player::Player(void)
{
}
Player::~Player(void)
{
}