ScummVM API documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
achievements_tables.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 WINTERMUTE_ACHIEVEMENTS_H
23 #define WINTERMUTE_ACHIEVEMENTS_H
24 
25 #include "engines/achievements.h"
26 
27 namespace Wintermute {
28 
29 static const Common::AchievementDescriptionList achievementDescriptionList[] = {
30  {"alphapolaris", Common::STEAM_ACHIEVEMENTS, "405780"},
31  {"carolreed10", Common::STEAM_ACHIEVEMENTS, "337130"},
32  {"carolreed10", Common::UNK_ACHIEVEMENTS, "337130"},
33  {"carolreed11", Common::STEAM_ACHIEVEMENTS, "340370"},
34  {"carolreed11", Common::UNK_ACHIEVEMENTS, "340370"},
35  {"corrosion", Common::STEAM_ACHIEVEMENTS, "349140"},
36  {"drdoylemotch", Common::STEAM_ACHIEVEMENTS, "574420"},
37  {"erinmyers", Common::STEAM_ACHIEVEMENTS, "1064660"},
38  {"jamesperis2", Common::STEAM_ACHIEVEMENTS, "1642970"},
39  {"juliastars", Common::GALAXY_ACHIEVEMENTS, "1457085654"},
40  {"juliastars", Common::STEAM_ACHIEVEMENTS, "257690"},
41  {"juliauntold", Common::GALAXY_ACHIEVEMENTS, "1457085654"},
42  {"juliauntold", Common::STEAM_ACHIEVEMENTS, "257690"},
43  {"reversion1", Common::STEAM_ACHIEVEMENTS, "270570"},
44  {"reversion2", Common::STEAM_ACHIEVEMENTS, "281060"},
45  {"reversion3", Common::STEAM_ACHIEVEMENTS, "281080"},
46  {"oknytt", Common::STEAM_ACHIEVEMENTS, "286320"},
47  {"sotv1", Common::STEAM_ACHIEVEMENTS, "286360"},
48  {"sotv2", Common::STEAM_ACHIEVEMENTS, "378630"},
49  {"thelostcrowngha", Common::STEAM_ACHIEVEMENTS, "291710"},
50 
51  ACHIEVEMENT_DESC_TABLE_END_MARKER
52 };
53 
54 } // End of namespace Wintermute
55 
56 #endif
Definition: achievements.h:87
Definition: achievements_tables.h:27