22 lines
415 B
C++
22 lines
415 B
C++
/*=========================================================================
|
|
|
|
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)
|
|
{
|
|
}
|