feat(launcher): add resource
This commit is contained in:
parent
a5e1b0a636
commit
e314964bd0
@ -8,6 +8,8 @@
|
||||
#define DW_MOTD 302
|
||||
#define DW_PLAYLISTS 303
|
||||
|
||||
#define TLS_DLL 304
|
||||
#define MENU_MAIN 304
|
||||
|
||||
#define ICON_IMAGE 305
|
||||
#define TLS_DLL 305
|
||||
|
||||
#define ICON_IMAGE 306
|
||||
|
@ -101,6 +101,8 @@ IMAGE_LOGO BITMAP "resources/logo.bmp"
|
||||
DW_MOTD RCDATA "resources/dw/motd-english.txt"
|
||||
DW_PLAYLISTS RCDATA "resources/dw/playlists_tu23.aggr"
|
||||
|
||||
MENU_MAIN RCDATA "resources/main.html"
|
||||
|
||||
#ifdef _DEBUG
|
||||
TLS_DLL RCDATA "../../build/bin/x64/Debug/tlsdll.dll"
|
||||
#else
|
||||
|
556
src/client/resources/main.html
Normal file
556
src/client/resources/main.html
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user