1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-01-22 06:40:57 +00:00
re3/src/render/SpecialFX.h
2019-06-30 21:06:55 +02:00

14 lines
200 B
C++

#pragma once
class CSpecialFX
{
public:
static void Render(void);
};
class CMotionBlurStreaks
{
public:
static void RegisterStreak(int32 id, uint8 r, uint8 g, uint8 b, CVector p1, CVector p2);
};