liblcf
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";
24  &rpg::SaveEasyRpgWindow::texts,
25  LSD_Reader::ChunkSaveEasyRpgWindow::texts,
26  "texts",
27  0,
28  0
29 );
31  &rpg::SaveEasyRpgWindow::width,
32  LSD_Reader::ChunkSaveEasyRpgWindow::width,
33  "width",
34  0,
35  0
36 );
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 );
59  &rpg::SaveEasyRpgWindow::flags,
60  LSD_Reader::ChunkSaveEasyRpgWindow::flags,
61  "flags",
62  0,
63  0
64 );
65 
66 
67 template <>
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
Definition: dbarray.cpp:13