liblcf
lmu_eventpagecondition_flags.h
Go to the documentation of this file.
1 /* !!!! GENERATED FILE - DO NOT EDIT !!!!
2  * --------------------------------------
3  *
4  * This file is part of liblcf. Copyright (c) 2020 liblcf authors.
5  * https://github.com/EasyRPG/liblcf - https://easyrpg.org
6  *
7  * liblcf is Free/Libre Open Source Software, released under the MIT License.
8  * For the full copyright and license information, please view the COPYING
9  * file that was distributed with this source code.
10  */
11 
12 /*
13  * Headers
14  */
15 #include "lmu_reader.h"
16 #include "lmu_chunks.h"
17 #include "reader_struct.h"
18 
19 
20 // Read EventPageCondition.
21 
22 template <>
23 char const* const Flags<RPG::EventPageCondition::Flags>::name = "EventPageCondition_Flags";
24 
25 template <>
27  "switch_a",
28  "switch_b",
29  "variable",
30  "item",
31  "actor",
32  "timer",
33  "timer2"
34 };
35 
36 template <>
38  0,
39  0,
40  0,
41  0,
42  0,
43  0,
44  1
45 };
46 
lmu_chunks.h
reader_struct.h
lmu_reader.h
Flags
Definition: reader_struct.h:642