This commit is contained in:
Charles 2001-04-18 23:12:24 +00:00
parent f338710074
commit 63598d2f73
17 changed files with 363 additions and 72 deletions

26
source/enemy/ngen.cpp Normal file
View file

@ -0,0 +1,26 @@
/*=========================================================================
ngen.cpp
Author: CRB
Created:
Project: Spongebob
Purpose:
Copyright (c) 2001 Climax Development Ltd
===========================================================================*/
#ifndef __ENEMY_NGEN_H__
#include "enemy\ngen.h"
#endif
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
void CNpcEnemyGenerator::render()
{
// do nothing
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////