1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-01-06 20:05:27 +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); }