SBSPSS/source/triggers/tcamlock.h

58 lines
1.2 KiB
C
Raw Normal View History

2001-05-04 02:03:49 +02:00
/*=========================================================================
tcamlock.h
Author: PKG
Created:
Project: Spongebob
Purpose:
Copyright (c) 2001 Climax Development Ltd
===========================================================================*/
#ifndef __TRIGGERS_TCAMLOCK_H__
#define __TRIGGERS_TCAMLOCK_H__
/*----------------------------------------------------------------------
Includes
-------- */
#ifndef __THING_THING_H__
#include "thing/thing.h"
#endif
/* Std Lib
------- */
/*----------------------------------------------------------------------
Tyepdefs && Defines
------------------- */
/*----------------------------------------------------------------------
Structure defintions
-------------------- */
2001-05-29 22:31:02 +02:00
class CCameraLockTrigger : public CTrigger
2001-05-04 02:03:49 +02:00
{
protected:
virtual void collidedWith(CThing *_thisThing);
};
/*----------------------------------------------------------------------
Globals
------- */
/*----------------------------------------------------------------------
Functions
--------- */
/*---------------------------------------------------------------------- */
#endif /* __TRIGGERS_TCAMLOCK_H__ */
/*===========================================================================
end */