mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-10 22:24:33 +00:00
Added anomymous functions as in Konrad Kiss's resource.
This commit is contained in:
parent
e9308e40ed
commit
1204b81a78
4 changed files with 35 additions and 1 deletions
|
|
@ -575,6 +575,8 @@ struct FunctionDeclStmtNode : StmtNode
|
|||
};
|
||||
|
||||
extern StmtNode *gStatementList;
|
||||
extern ExprEvalState gEvalState;;
|
||||
extern StmtNode *gAnonFunctionList;
|
||||
extern U32 gAnonFunctionID;
|
||||
extern ExprEvalState gEvalState;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue