re3/src/render/Glass.cpp

22 lines
559 B
C++
Raw Normal View History

2019-05-15 14:52:37 +00:00
#include "common.h"
#include "patcher.h"
#include "Glass.h"
2019-06-30 19:06:55 +00:00
WRAPPER void CGlass::AskForObjectToBeRenderedInGlass(CEntity *ent) { EAXJMP(0x5033F0); }
2019-05-15 14:52:37 +00:00
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); }
2019-10-18 22:23:40 +00:00
WRAPPER void CGlass::Update(void) { EAXJMP(0x502050); }
2020-03-22 14:23:40 +00:00
WRAPPER void CGlass::Init(void) { EAXJMP(0x501F20); }