This commit is contained in:
parent
860ac1b790
commit
638c964395
1 changed files with 20 additions and 0 deletions
20
source/enemy/nbblob.cpp
Normal file
20
source/enemy/nbblob.cpp
Normal file
|
@ -0,0 +1,20 @@
|
|||
/*=========================================================================
|
||||
|
||||
nbblob.cpp
|
||||
|
||||
Author: CRB
|
||||
Created:
|
||||
Project: Spongebob
|
||||
Purpose:
|
||||
|
||||
Copyright (c) 2001 Climax Development Ltd
|
||||
|
||||
===========================================================================*/
|
||||
|
||||
#ifndef __ENEMY_NPC_H__
|
||||
#include "enemy\npc.h"
|
||||
#endif
|
||||
|
||||
void CNpcEnemy::processBallBlobMovement( int _frames, s32 *moveX, s32 *moveY )
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue