mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-02 22:14:14 +01:00
16 lines
302 B
C++
16 lines
302 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);
|
||
|
}
|