1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-18 12:53:12 +00:00
re3/src/render/Skidmarks.cpp

8 lines
185 B
C++
Raw Normal View History

#include "common.h"
#include "patcher.h"
#include "Skidmarks.h"
2019-06-24 22:42:23 +00:00
WRAPPER void CSkidmarks::Clear(void) { EAXJMP(0x518130); }
WRAPPER void CSkidmarks::Render(void) { EAXJMP(0x5182E0); }