h2-mod/src/client/resource.hpp

25 lines
564 B
C++
Raw Normal View History

2021-09-06 18:40:37 -04:00
#pragma once
#define ID_ICON 102
#define IMAGE_SPLASH 300
#define IMAGE_LOGO 301
#define DW_ENTITLEMENT_CONFIG 302
#define DW_SOCIAL_CONFIG 303
#define DW_MM_CONFIG 304
#define DW_LOOT_CONFIG 305
#define DW_STORE_CONFIG 306
#define DW_MOTD 307
#define DW_FASTFILE 308
#define DW_PLAYLISTS 309
#define MENU_MAIN 310
#define TLS_DLL 311
#define RUNNER 312
#define ICON_IMAGE 313
2021-09-12 19:30:14 -04:00
#define LUA_ANIMATION_SCRIPT 314