SBSPSS/source/player/pmswal.h
Charles 6128fbd943
2001-07-03 20:38:36 +00:00

59 lines
1.2 KiB
C++

/*=========================================================================
pmswal.h
Author: CRB
Created:
Project: Spongebob
Purpose:
Copyright (c) 2001 Climax Development Ltd
===========================================================================*/
#ifndef __PLAYER_PMSWAL_H__
#define __PLAYER_PMSWAL_H__
/*----------------------------------------------------------------------
Includes
-------- */
#ifndef __PLAYER_PMODES_H__
#include "player\pmodes.h"
#endif
/* Std Lib
------- */
/*----------------------------------------------------------------------
Tyepdefs && Defines
------------------- */
/*----------------------------------------------------------------------
Structure defintions
-------------------- */
class CPlayerModeSwallow : public CPlayerModeBase
{
public:
virtual void enter();
virtual void think();
};
/*----------------------------------------------------------------------
Globals
------- */
/*----------------------------------------------------------------------
Functions
--------- */
/*---------------------------------------------------------------------- */
#endif /* __PLAYER_PMSWAL_H__ */
/*===========================================================================
end */