liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ldb_chipset.cpp File Reference
#include "ldb_reader.h"
#include "ldb_chunks.h"
#include "reader_struct.h"
+ Include dependency graph for ldb_chipset.cpp:

Go to the source code of this file.

Macros

#define LCF_CHUNK_SUFFIX   LDB_Reader
 
#define LCF_CURRENT_STRUCT   Chipset
 

Functions

 LCF_STRUCT_TYPED_FIELD (std::string, name)
 
 LCF_STRUCT_TYPED_FIELD (std::string, chipset_name)
 
 LCF_STRUCT_TYPED_FIELD (std::vector< int16_t >, terrain_data)
 
 LCF_STRUCT_TYPED_FIELD (std::vector< uint8_t >, passable_data_lower)
 
 LCF_STRUCT_TYPED_FIELD (std::vector< uint8_t >, passable_data_upper)
 
 LCF_STRUCT_TYPED_FIELD (int, animation_type)
 
 LCF_STRUCT_TYPED_FIELD (int, animation_speed)
 

Macro Definition Documentation

#define LCF_CHUNK_SUFFIX   LDB_Reader

Definition at line 16 of file ldb_chipset.cpp.

#define LCF_CURRENT_STRUCT   Chipset

Definition at line 17 of file ldb_chipset.cpp.

Function Documentation

LCF_STRUCT_TYPED_FIELD ( std::string  ,
name   
)
LCF_STRUCT_TYPED_FIELD ( std::string  ,
chipset_name   
)
LCF_STRUCT_TYPED_FIELD ( std::vector< int16_t >  ,
terrain_data   
)
LCF_STRUCT_TYPED_FIELD ( std::vector< uint8_t >  ,
passable_data_lower   
)
LCF_STRUCT_TYPED_FIELD ( std::vector< uint8_t >  ,
passable_data_upper   
)
LCF_STRUCT_TYPED_FIELD ( int  ,
animation_type   
)
LCF_STRUCT_TYPED_FIELD ( int  ,
animation_speed   
)