summaryrefslogtreecommitdiffstats
path: root/src/render/SpecialFX.cpp
blob: 32923b123e6317e112121c92f6c81ee9965226e3 (plain) (blame)
1
2
3
4
5
6
7
#include "common.h"
#include "patcher.h"
#include "SpecialFX.h"

WRAPPER void CSpecialFX::Render(void) { EAXJMP(0x518DC0); }

WRAPPER void CMotionBlurStreaks::RegisterStreak(int32 id, uint8 r, uint8 g, uint8 b, CVector p1, CVector p2) { EAXJMP(0x519460); }