1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-16 16:53:14 +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);
};