/*========================================================================= 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 } ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////