1
0
mirror of https://github.com/td512/re3.git synced 2026-01-21 20:34:43 +00:00
td512.re3/src/render/WeaponEffects.h

8 lines
75 B
C++

#pragma once
class CWeaponEffects
{
public:
static void Render(void);
};