mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-31 02:14:09 +03:00
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:
@@ -16,6 +16,8 @@ public:
|
||||
bool badSignal
|
||||
);
|
||||
|
||||
void LoadIcon();
|
||||
|
||||
void ResizeScreen(int x, int y);
|
||||
void ResizeToNearestMultiple();
|
||||
void GetWindowSize(int* x, int* y);
|
||||
|
||||
Reference in New Issue
Block a user