liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ldb_animationcelldata.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 "ldb_reader.h"
11 #include "ldb_chunks.h"
12 #include "reader_struct.h"
13 
14 // Read AnimationCellData.
15 
16 #define LCF_CHUNK_SUFFIX LDB_Reader
17 #define LCF_CURRENT_STRUCT AnimationCellData
18 
20  LCF_STRUCT_TYPED_FIELD(int, priority),
21  LCF_STRUCT_TYPED_FIELD(int, cell_id),
22  LCF_STRUCT_TYPED_FIELD(int, x),
23  LCF_STRUCT_TYPED_FIELD(int, y),
24  LCF_STRUCT_TYPED_FIELD(int, zoom),
25  LCF_STRUCT_TYPED_FIELD(int, tone_red),
26  LCF_STRUCT_TYPED_FIELD(int, tone_green),
27  LCF_STRUCT_TYPED_FIELD(int, tone_blue),
28  LCF_STRUCT_TYPED_FIELD(int, tone_gray),
29  LCF_STRUCT_TYPED_FIELD(int, transparency),
31 
32 #undef LCF_CURRENT_STRUCT
33 #undef LCF_CHUNK_SUFFIX
LCF_STRUCT_TYPED_FIELD(int, priority)
#define LCF_STRUCT_FIELDS_BEGIN()
#define LCF_STRUCT_FIELDS_END()