#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