Added a void* user_data pointer to HAction
This commit is contained in:
parent
bba60f5db9
commit
e487d5435c
18 changed files with 83 additions and 73 deletions
|
|
@ -365,6 +365,7 @@ struct HCFChoice_ {
|
|||
// to execute before action and pred are applied.
|
||||
HAction action;
|
||||
HPredicate pred;
|
||||
void* user_data;
|
||||
};
|
||||
|
||||
struct HCFSequence_ {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue