SBSPSS/source/triggers/tbgeyser.h
Charles 23e8426dfb
2001-06-05 14:37:37 +00:00

62 lines
1.3 KiB
C++

/*=========================================================================
tbgeyser.h
Author: CRB
Created:
Project: Spongebob
Purpose:
Copyright (c) 2001 Climax Development Ltd
===========================================================================*/
#ifndef __TRIGGERS_TBGEYSER_H__
#define __TRIGGERS_TBGEYSER_H__
/*----------------------------------------------------------------------
Includes
-------- */
#ifndef __THING_THING_H__
#include "thing/thing.h"
#endif
#ifndef __TRIGGERS_TBEMIT_H__
#include "triggers\tbemit.h"
#endif
#include "fx\fx.h"
/* Std Lib
------- */
/*----------------------------------------------------------------------
Tyepdefs && Defines
------------------- */
/*----------------------------------------------------------------------
Structure defintions
-------------------- */
class CBubbleGeyserEmitterTrigger : public CBubbleEmitterTrigger
{
protected:
virtual void collidedWith(CThing *_thisThing);
};
/*----------------------------------------------------------------------
Globals
------- */
/*----------------------------------------------------------------------
Functions
--------- */
/*---------------------------------------------------------------------- */
#endif
/*===========================================================================
end */