1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-27 21:35:24 +00:00
elsid ec3674b40a
Use unique_ptr instead of shared_ptr
for MWWorld::Action, ProjectileManager and ESSImport::Converter.

shared_ptr has additional cost of reference counter and requires additional
allocation when constructed as shared_ptr<T>(new T).
2022-04-08 16:12:36 +02:00
..
2021-07-09 20:24:56 +02:00
2021-10-28 22:16:43 +02:00
2021-06-23 23:13:59 +02:00
2016-02-27 13:40:53 +01:00
2022-02-10 22:10:46 +01:00