finished CEntity
This commit is contained in:
@@ -5,3 +5,9 @@ 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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user