Add internal variable support to files outside gzdoom.pk3
This commit is contained in:
parent
d4e9438273
commit
ed6384edc6
2 changed files with 6 additions and 6 deletions
|
|
@ -101,7 +101,7 @@ struct FCompileContext
|
|||
|
||||
void HandleJumps(int token, FxExpression *handler);
|
||||
void CheckReturn(PPrototype *proto, FScriptPosition &pos);
|
||||
bool IsWritable(int flags);
|
||||
bool IsWritable(int flags, int checkFileNo = 0);
|
||||
FxLocalVariableDeclaration *FindLocalVariable(FName name);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue