mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 20:24:39 +00:00
9 lines
179 B
Plaintext
9 lines
179 B
Plaintext
#include <windows.h>
|
|
|
|
#define FILE_DESCRIPTION "GoldFish Engine Info"
|
|
|
|
GAME ICON "../images/goldfish.ico"
|
|
GOLDFISH_BMP BITMAP "../images/goldfish.bmp"
|
|
|
|
#include "../../common.rc"
|