mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 07:46:20 +00:00
implemented some higher level functions; added lots of stubs; switched top and bottom in CRect
This commit is contained in:
7
src/render/WeaponEffects.h
Normal file
7
src/render/WeaponEffects.h
Normal file
@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
class CWeaponEffects
|
||||
{
|
||||
public:
|
||||
static void Render(void);
|
||||
};
|
Reference in New Issue
Block a user