2018-08-19 09:46:58 +02:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "..\Global\global.h"
|
|
|
|
|
2019-11-27 15:12:35 +01:00
|
|
|
#define DoBloodSplat ((short (__cdecl*)(int, int, int, short, short, short)) 0x00432760)
|
|
|
|
#define DoLotsOfBlood ((void (__cdecl*)(int, int, int, short, short, short, int)) 0x00432800)
|
2019-12-02 09:11:21 +01:00
|
|
|
#define CreateBubble ((short (__cdecl*)(PHD_3DPOS*, short, int)) 0x0043C6C0);
|
|
|
|
#define SetupRipple ((void (__cdecl*)(int, int, int, byte, byte)) 0x00430910);
|
2018-08-19 09:46:58 +02:00
|
|
|
|
2019-12-02 14:49:19 +01:00
|
|
|
void WadeSplash(ITEM_INFO* item, int wh, int wd);
|
|
|
|
void Splash(ITEM_INFO* item);
|
|
|
|
void SetupSplash(SPLASH_SETUP* setup);
|