liblcf
Loading...
Searching...
No Matches
lsd_savecommonevent.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 SaveCommonEvent.
20
21
template
<>
22
char
const
*
const
Struct<rpg::SaveCommonEvent>::name
=
"SaveCommonEvent"
;
23
static
TypedField<rpg::SaveCommonEvent, rpg::SaveEventExecState>
static_parallel_event_execstate(
24
&rpg::SaveCommonEvent::parallel_event_execstate,
25
LSD_Reader::ChunkSaveCommonEvent::parallel_event_execstate,
26
"parallel_event_execstate"
,
27
1,
28
0
29
);
30
31
32
template
<>
33
Field<rpg::SaveCommonEvent>
const
*
Struct<rpg::SaveCommonEvent>::fields
[] = {
34
&static_parallel_event_execstate,
35
NULL
36
};
37
38
template
class
Struct<rpg::SaveCommonEvent>
;
39
40
}
//namespace lcf
lcf::Struct
Definition
reader_struct.h:604
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_savecommonevent.cpp
Generated on Mon Apr 7 2025 00:00:00 for liblcf by
1.12.0