SFML/test
Chris Thrasher 55f0918c62 Remove sf::View::reset in favor of assignment operations
It's rare that a type truly needs a .reset function. Copy/move
assignment typically accomplishes the same thing with less code
and is easier to maintain since it doesn't require updating your
.reset() function as new data members are added.

To reset a type is conceptually the same thing as simply assigning
from a newly constructed instance of the same type.
2024-05-26 10:23:52 -06:00
..
Audio Remove default empty state of sf::InputSoundFile and sf::OutputSoundFile 2024-05-22 09:46:37 -06:00
Graphics Remove sf::View::reset in favor of assignment operations 2024-05-26 10:23:52 -06:00
install Remove default empty state of sf::InputSoundFile and sf::OutputSoundFile 2024-05-22 09:46:37 -06:00
Network Require that variables are initialized 2024-04-27 19:20:52 +00:00
System Store angles internally as radians 2024-05-14 13:07:40 -06:00
TestUtilities Add tests for Audio module types 2024-05-16 12:06:21 -06:00
Window Turn 'ContextSettings' into an aggregate and update usages 2024-05-25 00:56:37 +02:00
CMakeLists.txt Add tests for Audio module types 2024-05-16 12:06:21 -06:00