Add command_word_t, for command words.
This commit is contained in:
parent
0d3393ebee
commit
a15e7c9f91
1 changed files with 5 additions and 0 deletions
5
advent.h
5
advent.h
|
@ -183,6 +183,11 @@ struct settings_t {
|
|||
bool prompt;
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
vocab_t id;
|
||||
word_type_t type;
|
||||
} command_word_t;
|
||||
|
||||
struct command_t {
|
||||
char raw1[LINESIZE], raw2[LINESIZE];
|
||||
enum speechpart part;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue