diff options
author | Eugene Sandulenko | 2016-08-07 22:27:47 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-08-07 22:32:59 +0200 |
commit | 0b244412e302bf5366327ac3ce4ee265b053a9da (patch) | |
tree | a29293cbbb35156329445e313bc2a8d4ccb9fafa /engines/director/lingo/lingo-gr.h | |
parent | 8b5a6adfa81d0c1f2cb44497077e7ee99a2f6943 (diff) | |
download | scummvm-rg350-0b244412e302bf5366327ac3ce4ee265b053a9da.tar.gz scummvm-rg350-0b244412e302bf5366327ac3ce4ee265b053a9da.tar.bz2 scummvm-rg350-0b244412e302bf5366327ac3ce4ee265b053a9da.zip |
DIRECTOR: Lingo: Added stub for playAccel and printFrom commands
Diffstat (limited to 'engines/director/lingo/lingo-gr.h')
-rw-r--r-- | engines/director/lingo/lingo-gr.h | 206 |
1 files changed, 105 insertions, 101 deletions
diff --git a/engines/director/lingo/lingo-gr.h b/engines/director/lingo/lingo-gr.h index 387ebfefef..d7ab8924cf 100644 --- a/engines/director/lingo/lingo-gr.h +++ b/engines/director/lingo/lingo-gr.h @@ -55,56 +55,58 @@ BLTINNOARGS = 271, BLTINNOARGSORONE = 272, BLTINONEARG = 273, - ID = 274, - STRING = 275, - HANDLER = 276, - tDOWN = 277, - tELSE = 278, - tNLELSIF = 279, - tEND = 280, - tEXIT = 281, - tFRAME = 282, - tGLOBAL = 283, - tGO = 284, - tIF = 285, - tINTO = 286, - tLOOP = 287, - tMACRO = 288, - tMCI = 289, - tMCIWAIT = 290, - tMOVIE = 291, - tNEXT = 292, - tOF = 293, - tPREVIOUS = 294, - tPUT = 295, - tREPEAT = 296, - tSET = 297, - tTHEN = 298, - tTO = 299, - tWHEN = 300, - tWITH = 301, - tWHILE = 302, - tNLELSE = 303, - tFACTORY = 304, - tMETHOD = 305, - tOPEN = 306, - 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 + BLTINARGLIST = 274, + ID = 275, + STRING = 276, + HANDLER = 277, + tDOWN = 278, + tELSE = 279, + tNLELSIF = 280, + tEND = 281, + tEXIT = 282, + tFRAME = 283, + tGLOBAL = 284, + tGO = 285, + tIF = 286, + tINTO = 287, + tLOOP = 288, + tMACRO = 289, + tMCI = 290, + tMCIWAIT = 291, + tMOVIE = 292, + tNEXT = 293, + tOF = 294, + tPREVIOUS = 295, + tPUT = 296, + tREPEAT = 297, + tSET = 298, + tTHEN = 299, + tTO = 300, + tWHEN = 301, + tWITH = 302, + tWHILE = 303, + tNLELSE = 304, + tFACTORY = 305, + tMETHOD = 306, + tOPEN = 307, + tPLAY = 308, + tDONE = 309, + tPLAYACCEL = 310, + tGE = 311, + tLE = 312, + tGT = 313, + tLT = 314, + tEQ = 315, + tNEQ = 316, + tAND = 317, + tOR = 318, + tNOT = 319, + tCONCAT = 320, + tCONTAINS = 321, + tSTARTS = 322, + tSPRITE = 323, + tINTERSECTS = 324, + tWITHIN = 325 }; #endif /* Tokens. */ @@ -124,56 +126,58 @@ #define BLTINNOARGS 271 #define BLTINNOARGSORONE 272 #define BLTINONEARG 273 -#define ID 274 -#define STRING 275 -#define HANDLER 276 -#define tDOWN 277 -#define tELSE 278 -#define tNLELSIF 279 -#define tEND 280 -#define tEXIT 281 -#define tFRAME 282 -#define tGLOBAL 283 -#define tGO 284 -#define tIF 285 -#define tINTO 286 -#define tLOOP 287 -#define tMACRO 288 -#define tMCI 289 -#define tMCIWAIT 290 -#define tMOVIE 291 -#define tNEXT 292 -#define tOF 293 -#define tPREVIOUS 294 -#define tPUT 295 -#define tREPEAT 296 -#define tSET 297 -#define tTHEN 298 -#define tTO 299 -#define tWHEN 300 -#define tWITH 301 -#define tWHILE 302 -#define tNLELSE 303 -#define tFACTORY 304 -#define tMETHOD 305 -#define tOPEN 306 -#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 +#define BLTINARGLIST 274 +#define ID 275 +#define STRING 276 +#define HANDLER 277 +#define tDOWN 278 +#define tELSE 279 +#define tNLELSIF 280 +#define tEND 281 +#define tEXIT 282 +#define tFRAME 283 +#define tGLOBAL 284 +#define tGO 285 +#define tIF 286 +#define tINTO 287 +#define tLOOP 288 +#define tMACRO 289 +#define tMCI 290 +#define tMCIWAIT 291 +#define tMOVIE 292 +#define tNEXT 293 +#define tOF 294 +#define tPREVIOUS 295 +#define tPUT 296 +#define tREPEAT 297 +#define tSET 298 +#define tTHEN 299 +#define tTO 300 +#define tWHEN 301 +#define tWITH 302 +#define tWHILE 303 +#define tNLELSE 304 +#define tFACTORY 305 +#define tMETHOD 306 +#define tOPEN 307 +#define tPLAY 308 +#define tDONE 309 +#define tPLAYACCEL 310 +#define tGE 311 +#define tLE 312 +#define tGT 313 +#define tLT 314 +#define tEQ 315 +#define tNEQ 316 +#define tAND 317 +#define tOR 318 +#define tNOT 319 +#define tCONCAT 320 +#define tCONTAINS 321 +#define tSTARTS 322 +#define tSPRITE 323 +#define tINTERSECTS 324 +#define tWITHIN 325 @@ -191,7 +195,7 @@ typedef union YYSTYPE Common::Array<double> *arr; } /* Line 1529 of yacc.c. */ -#line 195 "engines/director/lingo/lingo-gr.hpp" +#line 199 "engines/director/lingo/lingo-gr.hpp" YYSTYPE; # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 |