1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-09-28 20:36:17 +00:00
re3/src/control/SceneEdit.h

8 lines
71 B
C
Raw Normal View History

2019-10-18 22:23:40 +00:00
#pragma once
class CSceneEdit
{
public:
static void Update(void);
};