|
libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
|
Data Fields | |
| char * | name |
| char * | value |
| avl_node_t | node |
A single property entry of an ACF file.
Definition at line 33 of file acf_file.c.
| char* name |
Property name.
Definition at line 34 of file acf_file.c.
| avl_node_t node |
Definition at line 36 of file acf_file.c.
| char* value |
Property value.
Definition at line 35 of file acf_file.c.