Explicitly deleted copy and move constructors
This commit is contained in:
@@ -68,6 +68,7 @@ public:
|
||||
void Quit();
|
||||
|
||||
ServerApplication(ServerApplication const&) = delete;
|
||||
ServerApplication(ServerApplication const&&) = delete;
|
||||
private:
|
||||
//game loop
|
||||
void UpdateWorld(double delta);
|
||||
|
||||
Reference in New Issue
Block a user