openmw/apps/opencs/model
elsid 4509b05bc8
Use std::make_shared instead of new
make_shared allocates single storage for ref counter and the object.
std::shared_ptr<T>(new T) allocates 2 storages.
2022-04-08 22:50:09 +02:00
..
doc remove unused includes: part1 2022-01-23 17:30:25 +01:00
filter Use std::make_shared instead of new 2022-04-08 22:50:09 +02:00
prefs Make settings loader differentiate between engine and editor (fixes #6658). 2022-03-04 09:44:52 +00:00
tools remove unused includes: part1 2022-01-23 17:30:25 +01:00
world Rework fixed string 2022-01-28 18:39:09 +01:00