cpp-sdl2
cpp-sdl2 copied to clipboard
swap all the things
Most of our type are move only, and swap is a nice primitive to work with those. It's pretty quick to implement and would make things easier, at the very least to implement move assignment