liblcf
ldb_learning.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 Learning.
18
19
template
<>
20
char
const
*
const
Struct<RPG::Learning>::name
=
"Learning"
;
21
static
TypedField<RPG::Learning, int32_t>
static_level(
22
&
RPG::Learning::level
,
23
LDB_Reader::ChunkLearning::level
,
24
"level"
,
25
0,
26
0
27
);
28
static
TypedField<RPG::Learning, int32_t>
static_skill_id(
29
&
RPG::Learning::skill_id
,
30
LDB_Reader::ChunkLearning::skill_id
,
31
"skill_id"
,
32
0,
33
0
34
);
35
36
37
template
<>
38
Field<RPG::Learning>
const
*
Struct<RPG::Learning>::fields
[] = {
39
&static_level,
40
&static_skill_id,
41
NULL
42
};
43
44
template
class
Struct<RPG::Learning>
;
ldb_chunks.h
TypedField
Definition:
reader_struct.h:348
LDB_Reader::ChunkLearning::skill_id
Definition:
ldb_chunks.h:24
ldb_reader.h
RPG::Learning::skill_id
int32_t skill_id
Definition:
rpg_learning.h:26
RPG::Learning::level
int32_t level
Definition:
rpg_learning.h:25
LDB_Reader::ChunkLearning::level
Definition:
ldb_chunks.h:22
reader_struct_impl.h
Field
Definition:
reader_struct.h:315
Struct
Definition:
reader_struct.h:43
src
generated
ldb_learning.cpp
Generated on Sun Aug 2 2020 00:00:00 for liblcf by
1.8.15