This commit is contained in:
parent
2c084ae0fb
commit
f8df16c417
4 changed files with 141 additions and 123 deletions
|
@ -271,7 +271,9 @@ protected:
|
|||
|
||||
void processGenericGotoTarget( int _frames, s32 xDist, s32 yDist, s32 speed );
|
||||
void processGenericGetUserDist( int _frames, s32 *distX, s32 *distY );
|
||||
void processGenericFixedPathWalk( int _frames, s32 *moveX, s32 *moveY, s32 *heading );
|
||||
void processGenericFixedPathMove( int _frames, s32 *moveX, s32 *moveY, s32 *moveVel, s32 *moveDist );
|
||||
void processGenericFixedPathWalk( int _frames, s32 *moveX, s32 *moveY );
|
||||
bool processGroundCollisionReverse( s32 *moveX, s32 *moveY );
|
||||
|
||||
// small jellyfish functions
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue