This commit is contained in:
parent
2fded56717
commit
8fc2f0e1df
6 changed files with 54 additions and 1 deletions
21
source/enemy/ngary.cpp
Normal file
21
source/enemy/ngary.cpp
Normal 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 )
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue