Got through parsing raylib.h, started to do some major refactors.

This commit is contained in:
2023-10-25 03:26:25 -04:00
parent d0f3b6187e
commit 041671762b
14 changed files with 8592 additions and 7039 deletions

View File

@ -475,7 +475,8 @@ struct CodeParam
}
CodeParam end()
{
return { (AST_Param*) rcast( AST*, ast)->Last };
// return { (AST_Param*) rcast( AST*, ast)->Last };
return { nullptr }
}
CodeParam& operator++();
CodeParam operator*()