This commit is contained in:
NishiOwO 2025-04-12 10:35:08 +09:00
parent b1f9a56982
commit 0856b83f71
No known key found for this signature in database
GPG Key ID: 27EF69B208EB9343
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT msg, WPARAM wp, LPARAM lp) {
hdc = BeginPaint(hWnd, &ps);
SelectObject(hdc, monospace);
ShowBitmapSize(hWnd, hdc, "GOLDFISHBMP", padding, padding, sz, sz);
ShowBitmapSize(hWnd, hdc, "GOLDFISH_BMP", padding, padding, sz, sz);
tx.left = padding * 2 + sz;
tx.right = rc.right;

View File

@ -1,4 +1,4 @@
#include <windows.h>
GAME ICON "./internal/icon.ico"
GOLDFISHBMP BITMAP "./internal/goldfish.bmp"
GOLDFISH_BMP BITMAP "./internal/goldfish.bmp"