/* ScummVM - Graphic Adventure Engine * * ScummVM is the legal property of its developers, whose names * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifndef CHEWY_ROOMS_ROOMS_H #define CHEWY_ROOMS_ROOMS_H #include "chewy/rooms/room00.h" #include "chewy/rooms/room01.h" #include "chewy/rooms/room02.h" #include "chewy/rooms/room03.h" #include "chewy/rooms/room04.h" #include "chewy/rooms/room05.h" #include "chewy/rooms/room06.h" #include "chewy/rooms/room07.h" #include "chewy/rooms/room08.h" #include "chewy/rooms/room09.h" #include "chewy/rooms/room10.h" #include "chewy/rooms/room11.h" #include "chewy/rooms/room12.h" #include "chewy/rooms/room13.h" #include "chewy/rooms/room14.h" #include "chewy/rooms/room16.h" #include "chewy/rooms/room17.h" #include "chewy/rooms/room18.h" #include "chewy/rooms/room19.h" #include "chewy/rooms/room21.h" #include "chewy/rooms/room22.h" #include "chewy/rooms/room23.h" #include "chewy/rooms/room24.h" #include "chewy/rooms/room25.h" #include "chewy/rooms/room26.h" #include "chewy/rooms/room27.h" #include "chewy/rooms/room28.h" #include "chewy/rooms/room29.h" #include "chewy/rooms/room31.h" #include "chewy/rooms/room32.h" #include "chewy/rooms/room33.h" #include "chewy/rooms/room34.h" #include "chewy/rooms/room35.h" #include "chewy/rooms/room37.h" #include "chewy/rooms/room39.h" #include "chewy/rooms/room40.h" #include "chewy/rooms/room41.h" #include "chewy/rooms/room42.h" #include "chewy/rooms/room43.h" #include "chewy/rooms/room44.h" #include "chewy/rooms/room45.h" #include "chewy/rooms/room46.h" #include "chewy/rooms/room47.h" #include "chewy/rooms/room48.h" #include "chewy/rooms/room49.h" #include "chewy/rooms/room50.h" #include "chewy/rooms/room51.h" #include "chewy/rooms/room52.h" #include "chewy/rooms/room53.h" #include "chewy/rooms/room54.h" #include "chewy/rooms/room55.h" #include "chewy/rooms/room56.h" #include "chewy/rooms/room57.h" #include "chewy/rooms/room58.h" #include "chewy/rooms/room59.h" #include "chewy/rooms/room62.h" #include "chewy/rooms/room63.h" #include "chewy/rooms/room64.h" #include "chewy/rooms/room65.h" #include "chewy/rooms/room66.h" #include "chewy/rooms/room67.h" #include "chewy/rooms/room68.h" #include "chewy/rooms/room69.h" #include "chewy/rooms/room70.h" #include "chewy/rooms/room71.h" #include "chewy/rooms/room72.h" #include "chewy/rooms/room73.h" #include "chewy/rooms/room74.h" #include "chewy/rooms/room75.h" #include "chewy/rooms/room76.h" #include "chewy/rooms/room77.h" #include "chewy/rooms/room78.h" #include "chewy/rooms/room79.h" #include "chewy/rooms/room80.h" #include "chewy/rooms/room81.h" #include "chewy/rooms/room82.h" #include "chewy/rooms/room83.h" #include "chewy/rooms/room84.h" #include "chewy/rooms/room85.h" #include "chewy/rooms/room86.h" #include "chewy/rooms/room87.h" #include "chewy/rooms/room88.h" #include "chewy/rooms/room89.h" #include "chewy/rooms/room90.h" #include "chewy/rooms/room91.h" #include "chewy/rooms/room92.h" #include "chewy/rooms/room93.h" #include "chewy/rooms/room94.h" #include "chewy/rooms/room95.h" #include "chewy/rooms/room96.h" #include "chewy/rooms/room97.h" namespace Chewy { using Chewy::Rooms::Room0; using Chewy::Rooms::Room1; using Chewy::Rooms::Room2; using Chewy::Rooms::Room3; using Chewy::Rooms::Room4; using Chewy::Rooms::Room5; using Chewy::Rooms::Room6; using Chewy::Rooms::Room7; using Chewy::Rooms::Room8; using Chewy::Rooms::Room9; using Chewy::Rooms::Room10; using Chewy::Rooms::Room11; using Chewy::Rooms::Room12; using Chewy::Rooms::Room13; using Chewy::Rooms::Room14; using Chewy::Rooms::Room16; using Chewy::Rooms::Room17; using Chewy::Rooms::Room18; using Chewy::Rooms::Room19; using Chewy::Rooms::Room21; using Chewy::Rooms::Room22; using Chewy::Rooms::Room23; using Chewy::Rooms::Room24; using Chewy::Rooms::Room25; using Chewy::Rooms::Room26; using Chewy::Rooms::Room27; using Chewy::Rooms::Room28; using Chewy::Rooms::Room29; using Chewy::Rooms::Room31; using Chewy::Rooms::Room32; using Chewy::Rooms::Room33; using Chewy::Rooms::Room34; using Chewy::Rooms::Room35; using Chewy::Rooms::Room37; using Chewy::Rooms::Room39; using Chewy::Rooms::Room40; using Chewy::Rooms::Room41; using Chewy::Rooms::Room42; using Chewy::Rooms::Room43; using Chewy::Rooms::Room44; using Chewy::Rooms::Room45; using Chewy::Rooms::Room46; using Chewy::Rooms::Room47; using Chewy::Rooms::Room48; using Chewy::Rooms::Room49; using Chewy::Rooms::Room50; using Chewy::Rooms::Room51; using Chewy::Rooms::Room52; using Chewy::Rooms::Room53; using Chewy::Rooms::Room54; using Chewy::Rooms::Room55; using Chewy::Rooms::Room56; using Chewy::Rooms::Room57; using Chewy::Rooms::Room58; using Chewy::Rooms::Room59; using Chewy::Rooms::Room62; using Chewy::Rooms::Room63; using Chewy::Rooms::Room64; using Chewy::Rooms::Room65; using Chewy::Rooms::Room66; using Chewy::Rooms::Room67; using Chewy::Rooms::Room68; using Chewy::Rooms::Room69; using Chewy::Rooms::Room70; using Chewy::Rooms::Room71; using Chewy::Rooms::Room72; using Chewy::Rooms::Room73; using Chewy::Rooms::Room74; using Chewy::Rooms::Room75; using Chewy::Rooms::Room76; using Chewy::Rooms::Room77; using Chewy::Rooms::Room78; using Chewy::Rooms::Room79; using Chewy::Rooms::Room80; using Chewy::Rooms::Room81; using Chewy::Rooms::Room82; using Chewy::Rooms::Room83; using Chewy::Rooms::Room84; using Chewy::Rooms::Room85; using Chewy::Rooms::Room86; using Chewy::Rooms::Room87; using Chewy::Rooms::Room88; using Chewy::Rooms::Room89; using Chewy::Rooms::Room90; using Chewy::Rooms::Room91; using Chewy::Rooms::Room92; using Chewy::Rooms::Room93; using Chewy::Rooms::Room94; using Chewy::Rooms::Room95; using Chewy::Rooms::Room96; using Chewy::Rooms::Room97; } // namespace Chewy #endif