summaryrefslogtreecommitdiffstats
path: root/src/render/SpecialFX.h
blob: 1a1a4c1e1eb7acb3dd95250aeb0256354aaf44aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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);
};