liblcf
Toggle main menu visibility
Loading...
Searching...
No Matches
lsd_saveeasyrpgwindow.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) 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 "lcf/lsd/reader.h"
14
#include "lcf/lsd/chunks.h"
15
#include "
reader_struct_impl.h
"
16
17
namespace
lcf
{
18
19
// Read SaveEasyRpgWindow.
20
21
template
<>
22
char
const
*
const
Struct<rpg::SaveEasyRpgWindow>::name
=
"SaveEasyRpgWindow"
;
23
static
TypedField<rpg::SaveEasyRpgWindow, std::vector<rpg::SaveEasyRpgText>
> static_texts(
24
&rpg::SaveEasyRpgWindow::texts,
25
LSD_Reader::ChunkSaveEasyRpgWindow::texts,
26
"texts"
,
27
0,
28
0
29
);
30
static
TypedField<rpg::SaveEasyRpgWindow, int32_t>
static_width(
31
&rpg::SaveEasyRpgWindow::width,
32
LSD_Reader::ChunkSaveEasyRpgWindow::width,
33
"width"
,
34
0,
35
0
36
);
37
static
TypedField<rpg::SaveEasyRpgWindow, int32_t>
static_height(
38
&rpg::SaveEasyRpgWindow::height,
39
LSD_Reader::ChunkSaveEasyRpgWindow::height,
40
"height"
,
41
0,
42
0
43
);
44
static
TypedField<rpg::SaveEasyRpgWindow, DBString>
static_system_name(
45
&rpg::SaveEasyRpgWindow::system_name,
46
LSD_Reader::ChunkSaveEasyRpgWindow::system_name,
47
"system_name"
,
48
0,
49
0
50
);
51
static
TypedField<rpg::SaveEasyRpgWindow, int32_t>
static_message_stretch(
52
&rpg::SaveEasyRpgWindow::message_stretch,
53
LSD_Reader::ChunkSaveEasyRpgWindow::message_stretch,
54
"message_stretch"
,
55
0,
56
0
57
);
58
static
TypedField<rpg::SaveEasyRpgWindow, rpg::SaveEasyRpgWindow::Flags>
static_flags(
59
&rpg::SaveEasyRpgWindow::flags,
60
LSD_Reader::ChunkSaveEasyRpgWindow::flags,
61
"flags"
,
62
0,
63
0
64
);
65
66
67
template
<>
68
Field<rpg::SaveEasyRpgWindow>
const
*
Struct<rpg::SaveEasyRpgWindow>::fields
[] = {
69
&static_texts,
70
&static_width,
71
&static_height,
72
&static_system_name,
73
&static_message_stretch,
74
&static_flags,
75
NULL
76
};
77
78
template
class
Struct<rpg::SaveEasyRpgWindow>
;
79
80
}
//namespace lcf
lcf::Struct
Definition
reader_struct.h:604
lcf::Struct::fields
static const Field< S > * fields[]
Definition
reader_struct.h:609
lcf::Struct::name
static const char *const name
Definition
reader_struct.h:612
lcf
Definition
dbarray.cpp:13
reader_struct_impl.h
lcf::Field
Definition
reader_struct.h:367
lcf::TypedField
Definition
reader_struct.h:400
src
generated
lsd_saveeasyrpgwindow.cpp
Generated on
for liblcf by
1.17.0