liblcf
lsd_saveeasyrpgdata.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 "
lsd_reader.h
"
14
#include "
lsd_chunks.h
"
15
#include "
reader_struct_impl.h
"
16
17
// Read SaveEasyRpgData.
18
19
template
<>
20
char
const
*
const
Struct<RPG::SaveEasyRpgData>::name
=
"SaveEasyRpgData"
;
21
static
TypedField<RPG::SaveEasyRpgData, int32_t>
static_version(
22
&
RPG::SaveEasyRpgData::version
,
23
LSD_Reader::ChunkSaveEasyRpgData::version
,
24
"version"
,
25
0,
26
0
27
);
28
29
30
template
<>
31
Field<RPG::SaveEasyRpgData>
const
*
Struct<RPG::SaveEasyRpgData>::fields
[] = {
32
&static_version,
33
NULL
34
};
35
36
template
class
Struct<RPG::SaveEasyRpgData>
;
RPG::SaveEasyRpgData::version
int32_t version
Definition:
rpg_saveeasyrpgdata.h:24
TypedField
Definition:
reader_struct.h:348
reader_struct_impl.h
lsd_chunks.h
lsd_reader.h
LSD_Reader::ChunkSaveEasyRpgData::version
Definition:
lsd_chunks.h:964
Field
Definition:
reader_struct.h:315
Struct
Definition:
reader_struct.h:43
src
generated
lsd_saveeasyrpgdata.cpp
Generated on Sun Aug 2 2020 00:00:00 for liblcf by
1.8.15