summaryrefslogtreecommitdiffstats
path: root/src/render/Glass.cpp
blob: aba8f9e03ca6a6a310b05f24202adebfb3d07590 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#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); }