Files
wagic/projects/mtg
Eduardo MG 76f5a6b851 Update Rules.cpp
Replaces the use of raw pointers with std::unique_ptr smart pointers, which will automatically manage the memory deallocation for you. It also uses the release() method to transfer ownership of the tempDeck pointer to the Player object. Overall, these changes should help ensure that the code is safer and less prone to memory leaks.
2023-05-06 14:04:07 -06:00
..
2023-05-06 16:15:28 +02:00
2023-05-06 14:04:07 -06:00
2021-08-12 20:16:29 -05:00
2020-06-10 00:26:52 +02:00