raze/source/exhumed/src/fish.h

12 lines
212 B
C
Raw Normal View History

#ifndef __fish_h__
#define __fish_h__
void InitFishes();
int BuildFish(int nSprite, int x, int y, int z, int nSector, int nAngle);
void FuncFish(int, int, int);
void FuncFishLimb(int a, int b, int c);
#endif