Properly set icon for SDL2. Also use the .png which is better resolution

This commit is contained in:
Thomas Bernard
2018-06-26 13:03:04 +02:00
parent 53aa22263f
commit 099301721e
4 changed files with 188 additions and 181 deletions

View File

@@ -70,4 +70,7 @@ void GFX2_UpdateScreen(void);
HWND GFX2_Get_Window_Handle(void);
#endif
/// Set application icon(s)
void Define_icon(void);
#endif // SCREEN_H_INCLUDED