This commit is contained in:
Paul 2001-03-23 19:44:14 +00:00
parent e52c7dcd1d
commit 13b2fbf0a8
13 changed files with 692 additions and 1439 deletions

View file

@ -1,60 +0,0 @@
/*=========================================================================
psfly.h
Author: PKG
Created:
Project: Spongebob
Purpose:
Copyright (c) 2001 Climax Development Ltd
===========================================================================*/
#ifndef __PLAYER_PSFLY_H__
#define __PLAYER_PSFLY_H__
/*----------------------------------------------------------------------
Includes
-------- */
#include "player\pstates.h"
/* Std Lib
------- */
/*----------------------------------------------------------------------
Tyepdefs && Defines
------------------- */
/*----------------------------------------------------------------------
Structure defintions
-------------------- */
class CPlayerStateFly : public CPlayerState
{
public:
virtual void enter(class CPlayer *_player);
virtual void think(class CPlayer *_player);
};
/*----------------------------------------------------------------------
Globals
------- */
/*----------------------------------------------------------------------
Functions
--------- */
/*---------------------------------------------------------------------- */
#endif /* __PLAYER_PSFLY_H__ */
/*===========================================================================
end */