mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-16 07:31:23 +00:00
12 lines
212 B
C
12 lines
212 B
C
|
|
||
|
#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
|