summaryrefslogtreecommitdiff
path: root/include/d/actor/d_a_obj_pbco.h
AgeCommit message (Collapse)Author
2025-03-17Add `cPhs_State` typedef and use it everywhereLagoLunatic
2025-02-23Various cleanupLagoLunatic
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.
2024-04-21d_a_obj_pbco matchJasper St. Pierre
Fixes #151
2024-04-21d_a_obj_pbco 100% (#616)poketannenbaum
* Update d_a_obj_pbco.cpp * Update d_a_obj_pbco.h * Update d_a_obj_pbco.cpp * Update src/d/actor/d_a_obj_pbco.cpp Co-authored-by: Jasper St. Pierre <jstpierre@mecheye.net> --------- Co-authored-by: Jasper St. Pierre <jstpierre@mecheye.net>
2023-12-30Add autogenerated HIO class defs to actor headersLagoLunatic
2023-11-24Better defaults for create/delete/execute/draw/isdeleteLagoLunatic
2023-11-24Automatically generate headers for all actorsLagoLunatic