aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-gr.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-08-07 07:31:30 +0200
committerEugene Sandulenko2016-08-07 07:31:50 +0200
commit3864f316e0df25b82348b6443e2d1774567bc290 (patch)
treeb5a21bcfc4af8f5d9904da1e7d6e127ea963759e /engines/director/lingo/lingo-gr.h
parente63460badc60f422159cb812b1a7b787661f2a37 (diff)
downloadscummvm-rg350-3864f316e0df25b82348b6443e2d1774567bc290.tar.gz
scummvm-rg350-3864f316e0df25b82348b6443e2d1774567bc290.tar.bz2
scummvm-rg350-3864f316e0df25b82348b6443e2d1774567bc290.zip
DIRECTOR: Lingo: Added 'play' and 'play done' command stubs
Diffstat (limited to 'engines/director/lingo/lingo-gr.h')
-rw-r--r--engines/director/lingo/lingo-gr.h66
1 files changed, 35 insertions, 31 deletions
diff --git a/engines/director/lingo/lingo-gr.h b/engines/director/lingo/lingo-gr.h
index 4969805d20..387ebfefef 100644
--- a/engines/director/lingo/lingo-gr.h
+++ b/engines/director/lingo/lingo-gr.h
@@ -88,21 +88,23 @@
tFACTORY = 304,
tMETHOD = 305,
tOPEN = 306,
- tGE = 307,
- tLE = 308,
- tGT = 309,
- tLT = 310,
- tEQ = 311,
- tNEQ = 312,
- tAND = 313,
- tOR = 314,
- tNOT = 315,
- tCONCAT = 316,
- tCONTAINS = 317,
- tSTARTS = 318,
- tSPRITE = 319,
- tINTERSECTS = 320,
- tWITHIN = 321
+ tPLAY = 307,
+ tDONE = 308,
+ tGE = 309,
+ tLE = 310,
+ tGT = 311,
+ tLT = 312,
+ tEQ = 313,
+ tNEQ = 314,
+ tAND = 315,
+ tOR = 316,
+ tNOT = 317,
+ tCONCAT = 318,
+ tCONTAINS = 319,
+ tSTARTS = 320,
+ tSPRITE = 321,
+ tINTERSECTS = 322,
+ tWITHIN = 323
};
#endif
/* Tokens. */
@@ -155,21 +157,23 @@
#define tFACTORY 304
#define tMETHOD 305
#define tOPEN 306
-#define tGE 307
-#define tLE 308
-#define tGT 309
-#define tLT 310
-#define tEQ 311
-#define tNEQ 312
-#define tAND 313
-#define tOR 314
-#define tNOT 315
-#define tCONCAT 316
-#define tCONTAINS 317
-#define tSTARTS 318
-#define tSPRITE 319
-#define tINTERSECTS 320
-#define tWITHIN 321
+#define tPLAY 307
+#define tDONE 308
+#define tGE 309
+#define tLE 310
+#define tGT 311
+#define tLT 312
+#define tEQ 313
+#define tNEQ 314
+#define tAND 315
+#define tOR 316
+#define tNOT 317
+#define tCONCAT 318
+#define tCONTAINS 319
+#define tSTARTS 320
+#define tSPRITE 321
+#define tINTERSECTS 322
+#define tWITHIN 323
@@ -187,7 +191,7 @@ typedef union YYSTYPE
Common::Array<double> *arr;
}
/* Line 1529 of yacc.c. */
-#line 191 "engines/director/lingo/lingo-gr.hpp"
+#line 195 "engines/director/lingo/lingo-gr.hpp"
YYSTYPE;
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1