This commit is contained in:
parent
860ac1b790
commit
638c964395
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…
Reference in New Issue
Block a user