t7x/src/client/resource.hpp

16 lines
357 B
C++
Raw Normal View History

2022-05-21 12:04:08 +02:00
#pragma once
#define ID_ICON 102
#define IMAGE_SPLASH 300
#define IMAGE_LOGO 301
2022-09-21 19:32:40 +02:00
#define DW_MOTD 302
#define DW_CARDS 303
#define DW_PLAYLISTS 304
#define DW_FASTFILE 305
2022-09-24 15:09:48 +02:00
#define DW_KEYS 306
#define DW_QOSCONFIG 307
2022-09-26 18:39:01 +02:00
2022-11-11 16:21:24 +01:00
#define TLS_DLL 308