This commit is contained in:
Paul 2001-01-16 16:20:45 +00:00
parent f1d84d4f85
commit 8da90f27df
9 changed files with 60 additions and 38 deletions

View file

@ -2,8 +2,8 @@
/*** Player ***/
/**************/
#ifndef __PLAYER_H__
#define __PLAYER_H__
#ifndef __PLAYER_PLAYER_H__
#define __PLAYER_PLAYER_H__
#include <dstructs.h>
#include "Game/Thing.h"
@ -15,9 +15,6 @@
class CPlayer : public CThing
{
public:
CPlayer();
virtual ~CPlayer();
void init();
void shutdown();
void think(int _frames);