liblcf
ldb_terrain_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) 2021 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 "lcf/ldb/reader.h"
16 #include "lcf/ldb/chunks.h"
17 #include "reader_struct.h"
18 
19 namespace lcf {
20 
21 // Read Terrain.
22 
23 template <>
24 char const* const Flags<rpg::Terrain::Flags>::name = "Terrain_Flags";
25 
26 template <>
28  "back_party",
29  "back_enemies",
30  "lateral_party",
31  "lateral_enemies"
32 };
33 
34 template <>
36  1,
37  1,
38  1,
39  1
40 };
41 
42 } //namespace lcf
Definition: dbarray.cpp:13