This commit is contained in:
Charles 2001-02-12 17:46:49 +00:00
parent 2fded56717
commit 8fc2f0e1df
6 changed files with 54 additions and 1 deletions

21
source/enemy/ngary.cpp Normal file
View file

@ -0,0 +1,21 @@
/*=========================================================================
ngary.cpp
Author: CRB
Created:
Project: Spongebob
Purpose:
Copyright (c) 2000 Climax Development Ltd
===========================================================================*/
#ifndef __ENEMY_NPC_H__
#include "enemy\npc.h"
#endif
void CNpc::processGaryMovement( int _frames )
{
}