2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-15 15:51:20 +00:00

5 Commits

Author SHA1 Message Date
68e2fad74f
Fix TCastTo.hpp inclusions, add comment to warn against modifying include path 2019-09-21 06:07:13 -07:00
Lioncash
f9079f0215 Runtime: Make use of std::make_unique where applicable
Makes use of the C++14 make_unique allocation function to allocate class
instances where applicable instead of a reset with a new operator within
it.

This doesn't touch cases where buffers are allocated, given make_unique
would zero-initialize them.
2019-09-12 04:09:48 -04:00
Jack Andersen
636c82a568 New code style refactor 2018-12-07 19:30:43 -10:00
e6082d17f5 Initial CSteeringBehaviors imps 2018-11-14 11:23:34 -08:00
a7e81073ae CDamageInfo fixes, initial CPuffer 2018-11-13 20:16:11 -08:00