Factor out icon loading to Screen::LoadIcon()

This is so it can be called multiple times without having to duplicate
code.
This commit is contained in:
Misa
2020-10-31 20:25:27 -07:00
committed by Ethan Lee
parent c371d30509
commit 6d8b8d08b9
2 changed files with 28 additions and 21 deletions

View File

@@ -16,6 +16,8 @@ public:
bool badSignal
);
void LoadIcon();
void ResizeScreen(int x, int y);
void ResizeToNearestMultiple();
void GetWindowSize(int* x, int* y);