17 lines
314 B
C
17 lines
314 B
C
//
|
|
// cuires.h
|
|
//
|
|
|
|
#ifndef CUIRES_H
|
|
#define CUIRES_H
|
|
|
|
#define CUI_IDS_OK 100
|
|
#define CUI_IDS_CANCEL 101
|
|
#define CUI_IDS_ABORT 102
|
|
#define CUI_IDS_RETRY 103
|
|
#define CUI_IDS_IGNORE 104
|
|
#define CUI_IDS_YES 105
|
|
#define CUI_IDS_NO 106
|
|
|
|
#endif // CUIRES_H
|