ScummVM API documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ftts_data.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 MTROPOLIS_PLUGIN_FTTS_DATA_H
23 #define MTROPOLIS_PLUGIN_FTTS_DATA_H
24 
25 #include "mtropolis/data.h"
26 
27 namespace MTropolis {
28 
29 namespace Data {
30 
31 namespace FTTS {
32 
33 // Known Fairy Tale: A True Story - Activity Center custom modifiers:
34 // - Motion
35 // - Sparkle
36 
37 
39  PlugInTypeTaggedValue unknown1Event;
40  PlugInTypeTaggedValue unknown2Event;
41  PlugInTypeTaggedValue unknown3Point;
42  PlugInTypeTaggedValue unknown4Bool;
43  PlugInTypeTaggedValue unknown5Point;
44  PlugInTypeTaggedValue unknown6Int;
45  PlugInTypeTaggedValue unknown7Float;
46  PlugInTypeTaggedValue unknown8Int;
47  PlugInTypeTaggedValue unknown9Event;
48  PlugInTypeTaggedValue unknown10Label;
49  PlugInTypeTaggedValue unknown11Null;
50  PlugInTypeTaggedValue unknown12Int;
51 protected:
52  DataReadErrorCode load(PlugIn &plugIn, const PlugInModifier &prefix, DataReader &reader) override;
53 };
54 
56  PlugInTypeTaggedValue unknown1Event;
57  PlugInTypeTaggedValue unknown2Event;
58  PlugInTypeTaggedValue unknown3Int;
59  PlugInTypeTaggedValue unknown4Int;
60  PlugInTypeTaggedValue unknown5Int;
61  PlugInTypeTaggedValue unknown6Int;
62  PlugInTypeTaggedValue unknown7Int;
63  PlugInTypeTaggedValue unknown8Int;
64 protected:
65  DataReadErrorCode load(PlugIn &plugIn, const PlugInModifier &prefix, DataReader &reader) override;
66 };
67 
68 } // End of namespace FTTS
69 
70 } // End of namespace Data
71 
72 } // End of namespace MTropolis
73 
74 #endif
Definition: runtime.h:1185
Definition: ftts_data.h:55
Definition: ftts_data.h:38
Definition: actions.h:25
Definition: data.h:1904
Definition: data.h:261