1
0
mirror of https://github.com/td512/re3.git synced 2026-01-17 02:22:07 +00:00
td512.re3/src/control/SceneEdit.h
2019-10-19 01:23:40 +03:00

8 lines
71 B
C++

#pragma once
class CSceneEdit
{
public:
static void Update(void);
};