This commit is contained in:
Paul 2001-07-04 16:45:38 +00:00
parent b1d11b594e
commit 3f907383bf
2 changed files with 126 additions and 0 deletions

57
source/triggers/tsecret.h Normal file
View file

@ -0,0 +1,57 @@
/*=========================================================================
tboss.h
Author: PKG
Created:
Project: Spongebob
Purpose:
Copyright (c) 2001 Climax Development Ltd
===========================================================================*/
#ifndef __TRIGGERS_TBOSS_H__
#define __TRIGGERS_TBOSS_H__
/*----------------------------------------------------------------------
Includes
-------- */
#ifndef __THING_THING_H__
#include "thing/thing.h"
#endif
/* Std Lib
------- */
/*----------------------------------------------------------------------
Tyepdefs && Defines
------------------- */
/*----------------------------------------------------------------------
Structure defintions
-------------------- */
class CBossArenaTrigger : public CTrigger
{
protected:
virtual void collidedWith(CThing *_thisThing);
};
/*----------------------------------------------------------------------
Globals
------- */
/*----------------------------------------------------------------------
Functions
--------- */
/*---------------------------------------------------------------------- */
#endif /* __TRIGGERS_TBOSS_H__ */
/*===========================================================================
end */