iw5-mod/src/resource.hpp

17 lines
304 B
C++
Raw Normal View History

2018-12-23 12:25:22 -05:00
#pragma once
2019-01-05 17:34:46 -05:00
#define BINARY_SP 300
#define BINARY_MP 301
2018-12-27 11:00:46 -05:00
2019-01-05 17:34:46 -05:00
#define DW_HEATMAP 302
#define DW_MOTD 303
#define DW_IMG 304
#define DW_WAD 305
#define DW_PLAYLIST 306
#define DW_CONFIG 307
#define DW_IOTD_TXT 308
#define DW_IOTD_IMG 309
#define MENU_MAIN 310
#define MENU_SETTINGS 311