mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-17 04:18:58 +00:00
8 lines
75 B
C
8 lines
75 B
C
|
#pragma once
|
||
|
|
||
|
class CWeaponEffects
|
||
|
{
|
||
|
public:
|
||
|
static void Render(void);
|
||
|
};
|