mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-30 13:04:15 +01:00
6 lines
125 B
C++
6 lines
125 B
C++
|
#include "common.h"
|
||
|
#include "patcher.h"
|
||
|
#include "SpecialFX.h"
|
||
|
|
||
|
WRAPPER void CSpecialFX::Render(void) { EAXJMP(0x518DC0); }
|