mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Add Screen::destroy()
In order to have squeaky-clean memory management, we'll need to clean up all the things that Screen allocates. This is the function to call to do so.
This commit is contained in:
@@ -9,6 +9,7 @@ class Screen
|
||||
{
|
||||
public:
|
||||
void init(const ScreenSettings& settings);
|
||||
void destroy();
|
||||
|
||||
void GetSettings(ScreenSettings* settings);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user