summaryrefslogtreecommitdiff
path: root/include/d/d_throwstone.h
AgeCommit message (Collapse)Author
2025-03-17Add `cPhs_State` typedef and use it everywhereLagoLunatic
2025-02-01Switch return type of _execute/_draw/_delete to be `bool` by default instead ↵LagoLunatic
of `BOOL` It's not completely consistent, but it seems like the majority used `bool`, and only a handful used `BOOL`. So I switched all of them to `bool` except for 13 TUs that stopped matching when changed like this.
2023-11-25Finished porting all actor classes to headersLagoLunatic