You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
254 B
11 lines
254 B
|
|
// res ids
|
|
// grammar ids
|
|
#define GRAM_ID_CANDCC 1 // general grammar id
|
|
#define GRAM_ID_DICT 2 // dictation grammar id
|
|
|
|
// string ids
|
|
#define IDS_CMD_EXT 1000
|
|
|
|
// cfgs
|
|
#define ID_DICTATION_COMMAND_CFG 2000
|