liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
lsd_saveeventcommands.cpp
Go to the documentation of this file.
1 /* !!!! GENERATED FILE - DO NOT EDIT !!!! */
2 
3 /*
4  * Copyright (c) 2014 liblcf authors
5  * This file is released under the MIT License
6  * http://opensource.org/licenses/MIT
7  */
8 
9 // Headers
10 #include "lsd_reader.h"
11 #include "lsd_chunks.h"
12 #include "reader_struct.h"
13 
14 // Read SaveEventCommands.
15 
16 #define LCF_CHUNK_SUFFIX LSD_Reader
17 #define LCF_CURRENT_STRUCT SaveEventCommands
18 
20  LCF_STRUCT_TYPED_FIELD(int, commands_size),
21  LCF_STRUCT_TYPED_FIELD(std::vector<RPG::EventCommand>, commands),
22  LCF_STRUCT_TYPED_FIELD(int, current_command),
23  LCF_STRUCT_TYPED_FIELD(int, event_id),
24  LCF_STRUCT_TYPED_FIELD(bool, actioned),
25  LCF_STRUCT_TYPED_FIELD(int, unknown_15),
26  LCF_STRUCT_TYPED_FIELD(std::vector<uint8_t>, unknown_16),
28 
29 #undef LCF_CURRENT_STRUCT
30 #undef LCF_CHUNK_SUFFIX
STL namespace.
#define LCF_STRUCT_FIELDS_BEGIN()
Definition: rpg_actor.h:23
#define LCF_STRUCT_FIELDS_END()
LCF_STRUCT_TYPED_FIELD(int, commands_size)