SBSPSS/source/enemy/ngen.cpp
Charles 63598d2f73
2001-04-18 23:12:24 +00:00

26 lines
631 B
C++

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