24 lines
587 B
C++
24 lines
587 B
C++
#define COMPONENT store
|
|
#define COMPONENT_BEAUTIFIED Store
|
|
#include "\z\forge_client\addons\main\script_mod.hpp"
|
|
|
|
// #define DEBUG_MODE_FULL
|
|
// #define DISABLE_COMPILE_CACHE
|
|
|
|
#ifdef DEBUG_ENABLED_STORE
|
|
#define DEBUG_MODE_FULL
|
|
#endif
|
|
|
|
#ifdef DEBUG_SETTINGS_STORE
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_STORE
|
|
#endif
|
|
|
|
#include "\z\forge_client\addons\main\script_macros.hpp"
|
|
|
|
#define IDD_STOREDIALOG 82200
|
|
#define IDC_DIALOGNAME 82201
|
|
#define IDC_CATEGORYLIST 82202
|
|
#define IDC_PAYMENTLIST 82203
|
|
#define IDC_PRODUCTLIST 82204
|
|
#define IDC_BUYBUTTON 82205
|
|
#define IDC_CLOSEBUTTON 82206 |