Merge branch 'hishamhm-pull-857'

This commit is contained in:
Nathan Scott
2020-08-20 09:47:13 +10:00
3 changed files with 18 additions and 13 deletions

View File

@ -39,7 +39,7 @@ typedef struct State_ {
} State;
extern Object* Action_pickFromVector(State* st, Panel* list, int x);
extern Object* Action_pickFromVector(State* st, Panel* list, int x, bool followProcess);
// ----------------------------------------