ScummVM API documentation
words.h
1 /* ScummVM - Graphic Adventure Engine
2  *
3  * ScummVM is the legal property of its developers, whose names
4  * are too numerous to list here. Please refer to the COPYRIGHT
5  * file distributed with this source distribution.
6  *
7  * This program is free software: you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation, either version 3 of the License, or
10  * (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this program. If not, see <http://www.gnu.org/licenses/>.
19  *
20  */
21 
22 #ifndef MADS_DRAGONSPHERE_MADS_WORDS_H
23 #define MADS_DRAGONSPHERE_MADS_WORDS_H
24 
25 #include "common/scummsys.h"
26 
27 namespace MADS {
28 namespace Dragonsphere {
29 
30 enum {
31  words_look = 3,
32  words_take = 4,
33  words_push = 5,
34  words_open = 6,
35  words_put = 7,
36  words_talk_to = 8,
37  words_give = 9,
38  words_pull = 10,
39  words_close = 11,
40  words_throw = 12,
41  words_walk_to = 13,
42  words_nothing = 14,
43  words_floor = 16,
44  words_walk_across = 17,
45  words_rug = 18,
46  words_carpet = 19,
47  words_wall = 20,
48  words_bed = 21,
49  words_pillow = 22,
50  words_chest = 23,
51  words_window = 24,
52  words_nightstand = 25,
53  words_tapestry = 26,
54  words_dressing_screen = 27,
55  words_walk_behind = 28,
56  words_royal_crest = 29,
57  words_look_at = 30,
58  words_bedroom_wall = 31,
59  words_castle_walls = 32,
60  words_book = 33,
61  words_fireplace = 34,
62  words_fireplace_screen = 35,
63  words_door_to_queens_room = 36,
64  words_exit = 36,
65  words_walk_through = 37,
66  words_hall_to_south = 38,
67  words_walk_into = 39,
68  words_wall_plaque = 40,
69  words_decoration = 41,
70  words_swords = 42,
71  words_wall_sconce = 43,
72  words_bust = 44,
73  words_arch = 45,
74  words_signet_ring = 46,
75  words_invoke = 47,
76  words_polish = 48,
77  words_gangbang = 49,
78  words_bird_figurine = 50,
79  words_rub = 51,
80  words_birdcall = 52,
81  words_use = 53,
82  words_make_noise = 54,
83  words_shieldstone = 55,
84  words_sword = 56,
85  words_attack = 57,
86  words_carve_up = 58,
87  words_goblet = 59,
88  words_fill = 60,
89  words_drink_from = 61,
90  words_bone = 62,
91  words_gnaw = 63,
92  words_fruit = 64,
93  words_eat = 65,
94  words_doll = 66,
95  words_play_with = 67,
96  words_heal = 68,
97  words_heal_thyself = 69,
98  words_heal_self = 70,
99  words_polystone = 71,
100  words_mimic = 72,
101  words_red_powerstone = 73,
102  words_yellow_powerstone = 74,
103  words_blue_powerstone = 75,
104  words_key_crown = 76,
105  words_wear = 77,
106  words_dates = 78,
107  words_statue = 79,
108  words_bottle_of_flies = 80,
109  words_listen_to = 81,
110  words_soul_egg = 82,
111  words_break = 83,
112  words_magic_belt = 84,
113  words_adjust = 85,
114  words_amulet = 86,
115  words_thrust = 87,
116  words_mud = 88,
117  words_feel = 89,
118  words_taste = 90,
119  words_feathers = 91,
120  words_tickle = 92,
121  words_torch = 93,
122  words_wave = 94,
123  words_flask = 95,
124  words_flask_full_of_acid = 96,
125  words_pour_contents = 97,
126  words_pour = 98,
127  words_pour_contents_of = 99,
128  words_drink = 100,
129  words_rope = 101,
130  words_tie = 102,
131  words_power_vacuum_stone = 103,
132  words_take_magic_from = 104,
133  words_dead_rat = 105,
134  words_pet = 106,
135  words_map = 107,
136  words_fold = 108,
137  words_crystal_ball = 109,
138  words_gaze_into = 110,
139  words_invoke_power_of = 111,
140  words_black_sphere = 112,
141  words_soptus_soporific = 113,
142  words_shifter_ring = 114,
143  words_shift_self = 115,
144  words_shift_into_bear = 116,
145  words_shift_into_seal = 117,
146  words_shift_into_snake = 118,
147  words_revert = 119,
148  words_medicine_bundle = 120,
149  words_shake = 121,
150  words_partly_built_bundle = 122,
151  words_ratsicle = 123,
152  words_lick = 124,
153  words_tentacle_parts = 125,
154  words_chew = 126,
155  words_teleport_door = 127,
156  words_unroll = 128,
157  words_rare_coin = 129,
158  words_admire = 130,
159  words_crystal_flower = 131,
160  words_diamond_dust = 132,
161  words_ruby_ring = 133,
162  words_gold_nugget = 134,
163  words_magic_music_box = 135,
164  words_emerald = 136,
165  words_piece_of_paper = 137,
166  words_speak_words_on = 138,
167  words_vortex_stone = 139,
168  words_bust_on_wall = 142,
169  words_dragon = 144,
170  words_touch = 146,
171  words_throne_room = 147,
172  words_return_to = 148,
173  words_cave = 149,
174  words_passageway_to_west = 150,
175  words_passageway_to_east = 151,
176  words_cave_floor = 152,
177  words_stone_column = 153,
178  words_abyss = 154,
179  words_look_into = 155,
180  words_castle = 156,
181  words_castle_gate = 157,
182  words_ground = 158,
183  words_barrel = 159,
184  words_barrels = 160,
185  words_haystack = 161,
186  words_root_through = 162,
187  words_battlements = 163,
188  words_gate_to_throne_room = 164,
189  words_castle_wall = 165,
190  words_door = 166,
191  words_wall_switch = 167,
192  words_stairs = 168,
193  words_walk_down = 169,
194  words_edge_of_abyss = 170,
195  words_courtyard = 171,
196  words_rock = 172,
197  words_cave_ceiling = 173,
198  words_cave_wall = 174,
199  words_brazier = 175,
200  words_door_to_throne_room = 176,
201  words_go_through = 177,
202  words_dining_table = 178,
203  words_activate = 179,
204  words_battlement = 180,
205  words_door_to_gaurdroom = 181,
206  words_dungeon_floor = 182,
207  words_dungeon_walls = 183,
208  words_dungeon_ceiling = 184,
209  words_bedding = 185,
210  words_floor_grate = 186,
211  words_manacles = 187,
212  words_calendar = 188,
213  words_door_to_guardroom = 189,
214  words_door_to_council_room = 190,
215  words_guard_station = 191,
216  words_door_to_dungeon_cell = 192,
217  words_doorway_to_cell = 193,
218  words_dungeon_door = 194,
219  words_dungeon_wall = 195,
220  words_ceiling = 196,
221  words_door_to_hallway = 197,
222  words_table = 198,
223  words_bookshelf = 199,
224  words_trophy = 200,
225  words_reading_bench = 201,
226  words_chair = 202,
227  words_loveseat = 203,
228  words_basket = 204,
229  words_stool = 205,
230  words_guard_stool = 206,
231  words_rocks = 207,
232  words_dividing_wall = 208,
233  words_archway = 209,
234  words_market_grounds = 210,
235  words_hedge = 211,
236  words_sky = 212,
237  words_plains = 213,
238  words_fields = 214,
239  words_gate_to_courtyard = 215,
240  words_road_to_east = 216,
241  words_trees = 217,
242  words_clouds = 218,
243  words_merchant_s_stall = 219,
244  words_well = 220,
245  words_down_well = 221,
246  words_go = 222,
247  words_go_down = 223,
248  words_crank = 224,
249  words_bucket = 225,
250  words_jump_down = 226,
251  words_walls = 227,
252  words_doorway_to_south = 228,
253  words_pedestal = 229,
254  words_door_to_north = 230,
255  words_painting = 231,
256  words_document = 232,
257  words_ink_bottle = 233,
258  words_quill_pen = 234,
259  words_chandelier = 235,
260  words_council_table = 236,
261  words_candlestick = 237,
262  words_desk = 238,
263  words_turn = 239,
264  words_pole = 240,
265  words_the_scene = 241,
266  words_leave = 242,
267  words_end_table = 243,
268  words_battle_axes = 244,
269  words_door_to_king_s_room = 245,
270  words_coat_of_arms = 246,
271  words_large_window = 247,
272  words_small_window = 248,
273  words_door_to_meeting_room = 249,
274  words_door_to_ballroom = 250,
275  words_flowers = 251,
276  words_shutters = 252,
277  words_bookcase = 253,
278  words_door_to_courtyard = 254,
279  words_platform = 255,
280  words_step = 256,
281  words_red_carpet = 257,
282  words_king_s_throne = 258,
283  words_sit_in = 259,
284  words_queen_s_throne = 260,
285  words_trapdoor = 261,
286  words_grate = 262,
287  words_river = 263,
288  words_diaries = 264,
289  words_swim_down = 265,
290  words_scullery_maid = 266,
291  words_doorway_to_dungeon = 267,
292  words_ward = 268,
293  words_darkness_beast = 269,
294  words_beast = 270,
295  words_put_magic_into = 271,
296  words_guard = 272,
297  words_crown = 273,
298  words_books = 274,
299  words_secret_door = 275,
300  words_wall_panel = 276,
301  words_doorway = 277,
302  words_faerie = 278,
303  words_soptus_ecliptus2 = 279,
304  words_guard_captain = 280,
305  words_merchant = 281,
306  words_shapechanger = 282,
307  words_red_stone = 283,
308  words_yellow_stone = 284,
309  words_blue_stone = 285,
310  words_flies = 286,
311  words_flask_of_acid = 287,
312  words_partial_bundle = 288,
313  words_soporific = 289,
314  words_parchment = 290,
315  words_king = 291,
316  words_macmorn = 292,
317  words_mountainside = 293,
318  words_path_to_south = 294,
319  words_rough_stone = 295,
320  words_climb_up = 296,
321  words_large_rock = 297,
322  words_small_rock = 298,
323  words_path_to_west = 299,
324  words_cave_entrance = 300,
325  words_pallet = 301,
326  words_blanket = 302,
327  words_firepit = 303,
328  words_flat_stone = 304,
329  words_move = 305,
330  words_spirit_bundle = 306,
331  words_trail_leading_up = 307,
332  words_follow = 308,
333  words_trail_leading_down = 309,
334  words_nest = 310,
335  words_reach_in = 311,
336  words_trail_leading_west = 312,
337  words_path_to_east = 313,
338  words_waterfall = 314,
339  words_puddle = 315,
340  words_edge_of_cliff = 316,
341  words_ledge = 317,
342  words_climb_down = 318,
343  words_landing = 319,
344  words_boulders = 320,
345  words_rock_tumble = 321,
346  words_rock_tree = 322,
347  words_pillar = 323,
348  words_jump_to = 324,
349  words_cliff = 325,
350  words_pillars = 326,
351  words_special_rock = 327,
352  words_gaze_upon = 328,
353  words_sconce = 329,
354  words_ladder = 330,
355  words_stairway = 331,
356  words_mechanism = 332,
357  words_spearheads = 333,
358  words_trap_door = 334,
359  words_swim = 335,
360  words_down_river = 336,
361  words_swim_up = 337,
362  words_up_river = 338,
363  words_shore = 339,
364  words_swim_to = 340,
365  words_swim_towards = 341,
366  words_King_Callash = 342,
367  words_King_s_throne = 343,
368  words_King = 344,
369  words_grotto = 345,
370  words_climb_through = 346,
371  words_Queen_Mother = 347,
372  words_Macmorn = 348,
373  words_small_ledge = 349,
374  words_MacMorn = 350,
375  words_to_110 = 351,
376  words_to_kitty_heaven = 352,
377  words_kitty_heaven = 353,
378  words_room_110 = 354,
379  words_Llanie = 355,
380  words_cw = 356,
381  words_hermit = 357,
382  words_trou = 358,
383  words_shak = 359,
384  words_room_501 = 360,
385  words_moon = 361,
386  words_ufo = 362,
387  words_sit_on = 363,
388  words_stranger = 364,
389  words_tower_door = 365,
390  words_door_to_east = 366,
391  words_door_to_west = 367,
392  words_eye = 368,
393  words_doorway_to_east = 369,
394  words_doorway_to_west = 370,
395  words_skull = 371,
396  words_door_to_magic_room = 372,
397  words_ancient_barrel = 373,
398  words_cobwebs = 374,
399  words_shelf = 375,
400  words_musty_chart = 376,
401  words_lab_table = 377,
402  words_petcock = 378,
403  words_nozzle = 379,
404  words_tubing = 380,
405  words_beaker = 381,
406  words_flame = 382,
407  words_metal_plate = 383,
408  words_shaft_of_light = 384,
409  words_cabinet = 385,
410  words_balance = 386,
411  words_cage = 387,
412  words_freezer = 388,
413  words_contents_of_freezer = 389,
414  words_cage_with_rats = 390,
415  words_door_to_south = 391,
416  words_trail_of_green_slime = 392,
417  words_neck_lock = 393,
418  words_bench = 394,
419  words_skeleton = 395,
420  words_leg_clamps = 396,
421  words_leg_lock = 397,
422  words_waist_lock = 398,
423  words_Ner_Tom = 399,
424  words_belt = 400,
425  words_jump_into = 401,
426  words_closet = 402,
427  words_door_to_eye_chamber = 403,
428  words_dresser = 404,
429  words_scroll = 405,
430  words_witch_paraphernalia = 406,
431  words_shelves = 407,
432  words_magic_tomes = 408,
433  words_magic_paraphernalia = 409,
434  words_book_of_magic = 410,
435  words_hourglass = 411,
436  words_stone_sphere = 412,
437  words_shadow_of_window = 413,
438  words_music_box = 414,
439  words_large_spider_web = 415,
440  words_infernal_machine = 416,
441  words_water_source = 417,
442  words_flow_of_water = 418,
443  words_retort = 419,
444  words_doorway_to_corridor = 420,
445  words_telescope = 421,
446  words_strange_map = 422,
447  words_circle_of_spheres = 423,
448  words_stone_bed = 424,
449  words_dragon_sculpture = 425,
450  words_rat = 426,
451  words_rat_cage = 427,
452  words_down_button = 428,
453  words_door_to_machine_room = 429,
454  words_strange_portal = 430,
455  words_door_frame = 431,
456  words_elevator_hole = 432,
457  words_up_button = 433,
458  words_doorway_to_dark_room = 434,
459  words_big_skull = 435,
460  words_elevator_platform = 436,
461  words_button = 437,
462  words_top_button = 438,
463  words_bottom_button = 439,
464  words_teleportal = 440,
465  words_eye_chamber_doorway = 441,
466  words_machine_room_doorway = 442,
467  words_glowing_floor = 443,
468  words_Brynn_Fann = 444,
469  words_Gran_Callahach = 445,
470  words_Slathan_Ni_Patan = 446,
471  words_Hightower = 447,
472  words_Soptus_Ecliptus = 448,
473  words_tower = 449,
474  words_mountain_path = 450,
475  words_path_behind_tower = 451,
476  words_vines = 452,
477  words_Slathan_ni_Patan = 453,
478  words_sick = 454,
479  words_path_around_tower = 455,
480  words_path_to_Hightower1 = 456,
481  words_spirit_plane = 457,
482  words_spirit_tree = 458,
483  words_walk = 459,
484  words_remains = 460,
485  words_doorway_to_elevator = 461,
486  words_dragon_door = 462,
487  words_dragon_bones = 463,
488  words_iron_floor = 464,
489  words_hole = 465,
490  words_stone = 466,
491  words_homemade_bundle = 467,
492  words_left = 468,
493  words_right = 469,
494  words_up = 470,
495  words_down = 471,
496  words_west = 472,
497  words_desert_to_west = 473,
498  words_cross = 474,
499  words_desert_to_east = 475,
500  words_desert_to_south = 476,
501  words_desert_to_north = 477,
502  words_desert = 478,
503  words_powerstone = 479,
504  words_bones = 480,
505  words_tent = 481,
506  words_bush = 482,
507  words_Sanwe = 483,
508  words_tangle = 484,
509  words_sand = 485,
510  words_magic_grapes = 486,
511  words_roc_s_nest = 487,
512  words_grape_vine = 488,
513  words_strange_square = 489,
514  words_water_sphere = 490,
515  words_east_end_of_island = 491,
516  words_island = 492,
517  words_secret_message = 493,
518  words_find = 494,
519  words_sand_near_stones = 495,
520  words_desert_sky = 496,
521  words_pool = 497,
522  words_palm_tree = 498,
523  words_oasis = 499,
524  words_lean_to = 500,
525  words_trader = 501,
526  words_sign = 502,
527  words_water_flow = 503,
528  words_floating_disk = 504,
529  words_gnarled_root = 505,
530  words_snake_pit = 506,
531  words_marker = 507,
532  words_shaman = 508,
533  words_guardhouse = 509,
534  words_bone_tree = 510,
535  words_ear_rock = 511,
536  words_mouth_rock = 512,
537  words_nose_rock = 513,
538  words_new_bundle = 514,
539  words_lizard = 515,
540  words_Roc = 516,
541  words_Roc_s_nest = 517,
542  words_select = 518,
543  words_purple_gem = 519,
544  words_purple_stone = 520,
545  words_green_stone = 521,
546  words_path = 522,
547  words_guards = 523,
548  words_lamp = 524,
549  words_scimitar = 525,
550  words_sitting_pillow = 526,
551  words_water_gourd = 527,
552  words_jar = 528,
553  words_tent_pole = 529,
554  words_paraphernalia = 531,
555  words_slathan_ni_patan2 = 532,
556  words_eye_rock = 533,
557  words_body_tree = 534,
558  words_clearing = 535,
559  words_tentacles = 536,
560  words_spell_shield = 537,
561  words_pool_monster = 538,
562  words_shifter_boulder = 539,
563  words_dead_tree = 540,
564  words_pit = 541,
565  words_shifter_village = 542,
566  words_slathan_sky2 = 543,
567  words_shifter = 544,
568  words_walk_around = 545,
569  words_wrecked_bridge = 546,
570  words_shack = 547,
571  words_wrecked_shack = 548,
572  words_wise_shifter = 549,
573  words_grass = 550,
574  words_entrance_to_maze = 551,
575  words_topiary_toad = 552,
576  words_boulder = 553,
577  words_mushroom = 554,
578  words_Slathan_sky = 555,
579  words_Greta = 556,
580  words_tree_stump = 557,
581  words_sanctuary_woods = 558,
582  words_toads = 559,
583  words_doofus = 560,
584  words_shifting_monster = 561,
585  words_sprite = 562,
586  words_maze = 563,
587  words_topiary_toadstool = 564,
588  words_topiary_gargoyle = 565,
589  words_topiary_dragon = 566,
590  words_guardian = 567,
591  words_Butterfly_King = 568,
592  words_robe = 569,
593  words_cedar_chest = 570,
594  words_Dragonsphere = 571,
595  words_path_to_Hightower = 572,
596  words_Caliph = 573,
597 };
598 
599 } // namespace Dragonsphere
600 } // namespace MADS
601 
602 #endif
Definition: anim_timer.h:27