|
libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
|
Data Fields | |
| XPLMCommandRef | cmd |
| XPLMCommandCallback_f | cb |
| bool | before |
| void * | refcon |
| avl_node_t | node |
Definition at line 30 of file dr_cmd_reg.c.
| bool before |
Definition at line 33 of file dr_cmd_reg.c.
| XPLMCommandCallback_f cb |
Definition at line 32 of file dr_cmd_reg.c.
| XPLMCommandRef cmd |
Definition at line 31 of file dr_cmd_reg.c.
| avl_node_t node |
Definition at line 35 of file dr_cmd_reg.c.
| void* refcon |
Definition at line 34 of file dr_cmd_reg.c.