Add DestroyAllWindows helper that uses vector copy
This commit is contained in:
parent
bfb9388191
commit
8311aa667c
3 changed files with 11 additions and 2 deletions
|
@ -51,6 +51,9 @@ class WindowList {
|
|||
// Closes all windows.
|
||||
static void CloseAllWindows();
|
||||
|
||||
// Destroy all windows.
|
||||
static void DestroyAllWindows();
|
||||
|
||||
private:
|
||||
WindowList();
|
||||
~WindowList();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue