1
0
Fork 0
devilution/Source/dead.h

14 lines
284 B
C
Raw Normal View History

//HEADER_GOES_HERE
#ifndef __DEAD_H__
#define __DEAD_H__
2018-06-07 02:25:54 +00:00
extern int spurtndx; // weak
extern DeadStruct dead[31];
extern int stonendx;
void __cdecl InitDead();
void __fastcall AddDead(int dx, int dy, char dv, int ddir);
void __cdecl SetDead();
#endif /* __DEAD_H__ */