liblcf
Loading...
Searching...
No Matches
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) 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 "ldb_reader.h"
16#include "ldb_chunks.h"
17#include "reader_struct.h"
18
19
20// Read Terrain.
21
22template <>
23char const* const Flags<RPG::Terrain::Flags>::name = "Terrain_Flags";
24
25template <>
27 "back_party",
28 "back_enemies",
29 "lateral_party",
30 "lateral_enemies"
31};
32
33template <>
35 1,
36 1,
37 1,
38 1
39};
40