Files
test/source/blender
Julian Eisel d5c8d3e661 Cleanup: Avoid unnecessary/annoying type alias in asset system
A `using FooPtr = std::unique_ptr<Foo>` isn't that useful usually, just
saves a few character stokes. It obfuscates the underlying type, which
is usually relevant information. Plus, `Ptr` for a unique pointer is
misleading (should be `UPtr` or similar).
2022-11-18 12:45:56 +01:00
..
2022-11-09 08:51:00 -08:00
2022-11-10 11:34:43 +11:00
2022-11-12 18:33:31 +01:00
2022-11-17 13:04:45 +01:00
2022-11-10 11:17:16 +11:00