h2-mod/src/client/resource.hpp

15 lines
257 B
C++
Raw Normal View History

2021-09-07 00:40:37 +02:00
#pragma once
#define ID_ICON 102
2022-03-20 00:13:14 +01:00
#define MENU_MAIN 300
2021-09-07 00:40:37 +02:00
2022-03-20 00:13:14 +01:00
#define TLS_DLL 301
2021-09-07 00:40:37 +02:00
2022-03-20 00:13:14 +01:00
#define ICON_IMAGE 302
2021-09-07 00:40:37 +02:00
2022-03-20 00:13:14 +01:00
#define LUI_COMMON 303
#define LUI_UPDATER 304
2022-03-21 10:39:24 +01:00
#define LUA_JSON 305