summaryrefslogtreecommitdiff
path: root/include/pso/macros.h
AgeCommit message (Collapse)Author
2023-02-05macros: Add `TL_OBJECTS` xmacromrb0nk500
2023-02-03TObject, TMainTask: Make object names extern, and declare them inmrb0nk500
`TObject.cpp` This is to make it match the order in the original binary.
2023-02-03pso/macros: Add `FOREACH_NODE{,_NODECL}_MULTI_ITER`mrb0nk500
This allows for iterating multiple things within a `FOREACH_NODE` macro.
2023-01-30TObject, macros: Add `FOREACH_NODE` macros for dealing with TObjectmrb0nk500
iteration Thanks to EpochFlame for suggesting this.
2023-01-29pso: add `macros.h`mrb0nk500