summaryrefslogtreecommitdiffstats
path: root/src/control/SceneEdit.h
blob: f44b0011b86ef02536b16e25b1a8f7ecc686097b (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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