This commit is contained in:
Daveo 2001-01-09 20:38:20 +00:00
parent b7d08475ef
commit c432ba1f5f
7 changed files with 65 additions and 21 deletions

30
source/player/player.cpp Normal file
View file

@ -0,0 +1,30 @@
/**************/
/*** Player ***/
/**************/
#include "system\global.h"
#include "Game\Thing.h"
#include "Player\Player.h"
/*****************************************************************************/
void CPlayer::init()
{
}
/*****************************************************************************/
void CPlayer::shutdown()
{
}
/*****************************************************************************/
void CPlayer::think()
{
}
/*****************************************************************************/
void CPlayer::render()
{
}
/*****************************************************************************/