mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-15 23:20:53 +00:00
936ce5a866
# Conflicts: # platform/Windows/exhumed.vcxproj # platform/Windows/exhumed.vcxproj.filters
11 lines
280 B
C
11 lines
280 B
C
|
|
#ifndef __lavadude_h__
|
|
#define __lavadude_h__
|
|
|
|
void InitLava();
|
|
int BuildLava(short nSprite, int x, int y, int z, short nSector, short nAngle, int lastArg);
|
|
int BuildLavaLimb(int nSprite, int edx, int ebx);
|
|
void FuncLavaLimb(int, int, int);
|
|
void FuncLava(int, int, int);
|
|
|
|
#endif
|