SBSPSS/source/triggers/twindup.h

56 lines
1.2 KiB
C
Raw Normal View History

2001-06-15 22:36:45 +02:00
/*=========================================================================
twindup.h
Author: Charles Blair
Created:
Project: Spongebob
Purpose:
Copyright (c) 2001 Climax Development Ltd
===========================================================================*/
#ifndef __TRIGGERS_TWINDUP_H__
#define __TRIGGERS_TWINDUP_H__
/*----------------------------------------------------------------------
Includes
-------- */
2001-06-15 23:24:14 +02:00
#ifndef __TRIGGER_TRIGGER_HEADER__
#include "triggers\trigger.h"
2001-06-15 22:36:45 +02:00
#endif
/* Std Lib
------- */
/*----------------------------------------------------------------------
Tyepdefs && Defines
------------------- */
/*----------------------------------------------------------------------
Structure defintions
-------------------- */
class CWindUpTrigger : public CTrigger
{
protected:
virtual void collidedWith(CThing *_thisThing);
};
/*----------------------------------------------------------------------
Globals
------- */
/*----------------------------------------------------------------------
Functions
--------- */
/*---------------------------------------------------------------------- */
#endif
/*===========================================================================
end */