Begin replacing tests on strings with tests on vocab IDs.
[open-adventure.git] / advent.h
index 72af32f58592371f62727ad96584e7fea9d307f9..5cd7e9ae464f691ad5c19161e8171c6f180ba379 100644 (file)
--- a/advent.h
+++ b/advent.h
@@ -184,6 +184,8 @@ struct command_t {
     vocab_t obj;
     token_t wd1;
     token_t wd2;
+  long id1;
+  long id2;
     char raw1[BUFSIZ], raw2[BUFSIZ];
 };