1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 18:57:37 +00:00
re3/src/render/WaterCannon.cpp

10 lines
395 B
C++
Raw Normal View History

#include "common.h"
#include "patcher.h"
#include "WaterCannon.h"
CWaterCannon (&aCannons)[NUM_WATERCANNONS] = *(CWaterCannon(*)[NUM_WATERCANNONS])*(uintptr*)0x8F2CA8;
2019-09-24 11:33:16 +00:00
2019-10-18 22:23:40 +00:00
WRAPPER void CWaterCannons::Update(void) { EAXJMP(0x522510); }
2019-10-12 22:35:01 +00:00
WRAPPER void CWaterCannons::UpdateOne(uint32 id, CVector *pos, CVector *dir) { EAXJMP(0x522470); }
WRAPPER void CWaterCannons::Render(void) { EAXJMP(0x522550); }