Embed resources and update asset loading system

This commit is contained in:
2026-05-26 22:59:14 +03:00
parent 7493daf004
commit 45462a3ba7
12 changed files with 143 additions and 24 deletions
+15
View File
@@ -0,0 +1,15 @@
#pragma once
#define IDI_ICON1 100
#define IDR_TEX_BASIC_SPACE 101
#define IDR_TEX_WALLS 102
#define IDR_TEX_LINE 103
#define IDR_TEX_BALL 104
#define IDR_TEX_PADDLE 105
#define IDR_TEX_PADDLE2 106
#define IDR_SND_PADDLE_HIT 201
#define IDR_SND_WALL_HIT 202
#define IDR_SND_SCORE 203
#define IDR_SND_BANANA 204