h1-mod/src/client/resource.hpp

23 lines
463 B
C++
Raw Normal View History

2022-02-03 11:05:24 -08:00
#pragma once
#define ID_ICON 102
#define IMAGE_SPLASH 300
#define IMAGE_LOGO 301
2022-02-19 15:23:47 +02:00
#define DW_MOTD 302
#define DW_FASTFILE 303
#define DW_PLAYLISTS 304
2022-02-03 11:05:24 -08:00
2022-02-19 15:23:47 +02:00
#define MENU_MAIN 305
2022-02-03 11:05:24 -08:00
2022-02-19 15:23:47 +02:00
#define TLS_DLL 306
#define RUNNER 307
2022-02-03 11:05:24 -08:00
2022-02-19 15:23:47 +02:00
#define ICON_IMAGE 308
2022-03-04 01:39:19 +01:00
#define LUI_COMMON 309
#define LUI_UPDATER 310
2022-04-08 16:18:00 +02:00
#define LUA_JSON 311