mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-02 01:26:41 +00:00
make_shared allocates single storage for ref counter and the object. std::shared_ptr<T>(new T) allocates 2 storages. |
||
|---|---|---|
| .. | ||
| model | ||
| view | ||
| CMakeLists.txt | ||
| editor.cpp | ||
| editor.hpp | ||
| main.cpp | ||