Update application icon and add dynamic icon loading

This commit is contained in:
2026-05-26 23:37:50 +03:00
parent fac5b95a82
commit 6c8fa690d3
8 changed files with 16 additions and 7 deletions
+1
View File
@@ -68,6 +68,7 @@ struct GameContext {
// Asset loading helpers
Texture2D LoadTextureFromResource(int id);
Sound LoadSoundFromResource(int id);
void SetWindowIconFromResource(int id);
// Forward declarations
class Ball;