SBSPSS/source/triggers/tabemit.h
Charles 420a0a89b2
2001-06-07 18:41:16 +00:00

60 lines
1.3 KiB
C++

/*=========================================================================
tabemit.h
Author: CRB
Created:
Project: Spongebob
Purpose:
Copyright (c) 2001 Climax Development Ltd
===========================================================================*/
#ifndef __TRIGGERS_TABEMIT_H__
#define __TRIGGERS_TABEMIT_H__
/*----------------------------------------------------------------------
Includes
-------- */
#ifndef __THING_THING_H__
#include "thing/thing.h"
#endif
#ifndef __TRIGGERS_TBEMIT_H__
#include "triggers\tbemit.h"
#endif
/* Std Lib
------- */
/*----------------------------------------------------------------------
Tyepdefs && Defines
------------------- */
/*----------------------------------------------------------------------
Structure defintions
-------------------- */
class CAcidBubbleEmitterTrigger : public CBubbleEmitterTrigger
{
public:
virtual void think(int _frames);
};
/*----------------------------------------------------------------------
Globals
------- */
/*----------------------------------------------------------------------
Functions
--------- */
/*---------------------------------------------------------------------- */
#endif
/*===========================================================================
end */