This commit is contained in:
Charles 2001-06-05 14:37:37 +00:00
parent 148f9b85f1
commit 23e8426dfb
2 changed files with 82 additions and 0 deletions

View 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)
{
}