h2-mod/src/client/resource.hpp

15 lines
257 B
C++
Raw Normal View History

2021-09-06 18:40:37 -04:00
#pragma once
#define ID_ICON 102
2022-03-19 19:13:14 -04:00
#define MENU_MAIN 300
2021-09-06 18:40:37 -04:00
2022-03-19 19:13:14 -04:00
#define TLS_DLL 301
2021-09-06 18:40:37 -04:00
2022-03-19 19:13:14 -04:00
#define ICON_IMAGE 302
2021-09-06 18:40:37 -04:00
2022-03-19 19:13:14 -04:00
#define LUI_COMMON 303
#define LUI_UPDATER 304
2022-03-21 05:39:24 -04:00
#define LUA_JSON 305