Explicitly deleted copy and move constructors
This commit is contained in:
@@ -44,6 +44,8 @@ public:
|
||||
void Proc();
|
||||
void Quit();
|
||||
|
||||
SceneManager(SceneManager const&) = delete;
|
||||
SceneManager(SceneManager const&&) = delete;
|
||||
private:
|
||||
/* Private access members */
|
||||
void LoadScene(SceneList sceneIndex);
|
||||
|
||||
Reference in New Issue
Block a user