Scott Percival 095ae06405 COMMON: Refactor MacResManager::load* methods to accept a pointer
Previously the methods would pass by reference, then convert to a
pointer on success and take ownership. This isn't ideal, as a
reference suggests no transferral of ownership, and doesn't suggest
it needs to be a heap resource allocated by new.
2022-09-25 10:35:03 +02:00
..
2022-09-18 20:43:33 +02:00
2022-08-22 15:38:10 +02:00
2022-08-12 00:27:15 +03:00
2022-09-18 20:37:36 +02:00