1
0
mirror of https://github.com/td512/re3.git synced 2026-01-18 10:11:56 +00:00
td512.re3/src/render/Glass.cpp

18 lines
359 B
C++

#include "common.h"
#include "patcher.h"
#include "Glass.h"
WRAPPER void
CGlass::WindowRespondsToCollision(CEntity *ent, float amount, CVector speed, CVector point, bool foo)
{
EAXJMP(0x503F10);
}
WRAPPER void
CGlass::WindowRespondsToSoftCollision(CEntity *ent, float amount)
{
EAXJMP(0x504630);
}
WRAPPER void CGlass::Render(void) { EAXJMP(0x502350); }