liblcf
Loading...
Searching...
No Matches
ldb_trooppage.cpp
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// Headers
13#include "ldb_reader.h"
14#include "ldb_chunks.h"
15#include "reader_struct_impl.h"
16
17// Read TroopPage.
18
19template <>
20char const* const Struct<RPG::TroopPage>::name = "TroopPage";
24 "condition",
25 1,
26 0
27);
28static SizeField<RPG::TroopPage, RPG::EventCommand> static_size_event_commands(
31 1,
32 0
33);
37 "event_commands",
38 1,
39 0
40);
41
42
43template <>
45 &static_condition,
46 &static_size_event_commands,
47 &static_event_commands,
48 NULL
49};
50
51template class Struct<RPG::TroopPage>;
std::vector< EventCommand > event_commands
Definition: rpg_trooppage.h:28
TroopPageCondition condition
Definition: rpg_trooppage.h:27