Declare the SetWindowIcon function

This commit is contained in:
pineappleEA
2021-01-16 02:56:33 +02:00
committed by GitHub
parent 9cf8fe8c4b
commit c70a284ffd

View File

@@ -31,7 +31,10 @@ public:
/// Wait for the next event on the main thread.
void WaitEvent();
// Sets the window icon from yuzu.bmp
void SetWindowIcon();
protected:
/// Called by WaitEvent when a key is pressed or released.
void OnKeyEvent(int key, u8 state);