Initial commit
This commit is contained in:
86
engines/prince/musNum.h
Normal file
86
engines/prince/musNum.h
Normal file
@@ -0,0 +1,86 @@
|
||||
/* 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 <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*/
|
||||
|
||||
namespace Prince {
|
||||
|
||||
enum RoomMus {
|
||||
ROOM01MUS = 3,
|
||||
ROOM02MUS = 9,
|
||||
ROOM03MUS = 9,
|
||||
ROOM04MUS = 9,
|
||||
ROOM05MUS = 13,
|
||||
ROOM06MUS = 9,
|
||||
ROOM07MUS = 9,
|
||||
ROOM08MUS = 9,
|
||||
ROOM09MUS = 14,
|
||||
ROOM10MUS = 9,
|
||||
ROOM11MUS = 9,
|
||||
ROOM12MUS = 9,
|
||||
ROOM13MUS = 9,
|
||||
ROOM14MUS = 9,
|
||||
ROOM15MUS = 5,
|
||||
ROOM16MUS = 5,
|
||||
ROOM17MUS = 5,
|
||||
ROOM18MUS = 5,
|
||||
ROOM19MUS = 5,
|
||||
ROOM20MUS = 12,
|
||||
ROOM21MUS = 9,
|
||||
ROOM22MUS = 9,
|
||||
ROOM23MUS = 1,
|
||||
ROOM24MUS = 1,
|
||||
ROOM25MUS = 2,
|
||||
ROOM26MUS = 10,
|
||||
ROOM27MUS = 7,
|
||||
ROOM28MUS = 10,
|
||||
ROOM29MUS = 10,
|
||||
ROOM30MUS = 11,
|
||||
ROOM31MUS = 14,
|
||||
ROOM32MUS = 11,
|
||||
ROOM33MUS = 7,
|
||||
ROOM34MUS = 7,
|
||||
ROOM35MUS = 7,
|
||||
ROOM36MUS = 7,
|
||||
ROOM37MUS = 7,
|
||||
ROOM38MUS = 7,
|
||||
ROOM39MUS = 7,
|
||||
ROOM40MUS = 7,
|
||||
ROOM41MUS = 7,
|
||||
ROOM42MUS = 7,
|
||||
ROOM43MUS = 15,
|
||||
ROOM46MUS = 100,
|
||||
ROOM47MUS = 100,
|
||||
ROOM48MUS = 100,
|
||||
ROOM49MUS = 100,
|
||||
ROOM50MUS = 100,
|
||||
ROOM51MUS = 12,
|
||||
ROOM52MUS = 9,
|
||||
ROOM53MUS = 5,
|
||||
ROOM54MUS = 11,
|
||||
ROOM55MUS = 11,
|
||||
ROOM56MUS = 11,
|
||||
ROOM57MUS = 7,
|
||||
ROOM58MUS = 13,
|
||||
ROOM59MUS = 16,
|
||||
ROOM60MUS = 4,
|
||||
ROOM61MUS = 0
|
||||
};
|
||||
|
||||
} // End of namespace Prince
|
||||
Reference in New Issue
Block a user