mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-17 18:01:17 +00:00
936ce5a866
# Conflicts: # platform/Windows/exhumed.vcxproj # platform/Windows/exhumed.vcxproj.filters
11 lines
212 B
C
11 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
|