mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 09:02:25 +00:00
ast_call's param vector functions
This commit is contained in:
parent
6bbcd5a343
commit
812084ad72
1 changed files with 1 additions and 0 deletions
1
ast.c
1
ast.c
|
@ -318,6 +318,7 @@ ast_call* ast_call_new(lex_ctx ctx,
|
|||
|
||||
return self;
|
||||
}
|
||||
MEM_VEC_FUNCTIONS(ast_call, ast_expression*, params)
|
||||
|
||||
void ast_call_delete(ast_call *self)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue