1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-01-29 07:40:59 +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);
};