convert line ends
[canaan.git] / prj / cam / src / sound / schtok.h
blobc37fecdad6f5a29acd351dfa3b4b71660f4c2b9c
1 /*
2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
4 */
6 #pragma once
7 typedef union {
8 char *strval;
9 int ival;
10 float fval;
11 } YYSTYPE;
12 #define SCHEMA 257
13 #define FLAGS 258
14 #define VOLUME 259
15 #define DELAY 260
16 #define PAN 261
17 #define PRIORITY 262
18 #define FADE 263
19 #define ARCHETYPE 264
20 #define FREQ 265
21 #define IDENT 266
22 #define STRING 267
23 #define INT 268
24 #define FLOAT 269
25 #define INCLUDE 270
26 #define DEFINE 271
27 #define MONO_LOOP 272
28 #define POLY_LOOP 273
29 #define CONCEPT 274
30 #define VOICE 275
31 #define LPAREN 276
32 #define RPAREN 277
33 #define EQUAL 278
34 #define COLON 279
35 #define TAG 280
36 #define TAG_INT 281
37 #define SCHEMA_VOICE 282
38 #define MESSAGE 283
39 #define AUDIO_CLASS 284
40 #define PAN_RANGE 285
41 #define NO_REPEAT 286
42 #define NO_CACHE 287
43 #define STREAM 288
44 #define LOOP_COUNT 289
45 #define ENV_TAG_REQUIRED 290
46 #define ENV_TAG 291
47 #define NO_COMBAT 292
48 #define PLAY_ONCE 293
49 #define NET_AMBIENT 294
50 #define LOCAL_SPATIAL 295
51 extern YYSTYPE yylval;