This commit is contained in:
parent
148f9b85f1
commit
23e8426dfb
2 changed files with 82 additions and 0 deletions
21
source/triggers/tbgeyser.cpp
Normal file
21
source/triggers/tbgeyser.cpp
Normal file
|
@ -0,0 +1,21 @@
|
|||
/*=========================================================================
|
||||
|
||||
tbgeyser.cpp
|
||||
|
||||
Author: CRB
|
||||
Created:
|
||||
Project: Spongebob
|
||||
Purpose:
|
||||
|
||||
Copyright (c) 2001 Climax Development Ltd
|
||||
|
||||
===========================================================================*/
|
||||
|
||||
#ifndef __TRIGGERS_TBGEYSER_H__
|
||||
#include "triggers\tbgeyser.h"
|
||||
#endif
|
||||
|
||||
|
||||
void CBubbleGeyserEmitterTrigger::collidedWith(CThing *_thisThing)
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue