This commit is contained in:
Charles 2001-07-05 16:36:51 +00:00
parent 4ae128e0ed
commit 92509d6f3c
3 changed files with 8 additions and 1 deletions

View file

@ -16,6 +16,8 @@
class CNpcGhostEnemy : public CNpcEnemy
{
public:
void render();
};
#endif