h1-mod/src/client/resource.hpp

23 lines
463 B
C++
Raw Normal View History

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