aboutsummaryrefslogtreecommitdiff
path: root/assets/blender/mbb/retrosignal.blend1
Commit message (Collapse)AuthorAge
* Restructure mod directoryorwell962017-01-04
/span> #define sizeCclosure(n) (cast(int, sizeof(CClosure)) + \ cast(int, sizeof(TValue)*((n)-1))) #define sizeLclosure(n) (cast(int, sizeof(LClosure)) + \ cast(int, sizeof(TValue *)*((n)-1)))