cpp-sdl2
cpp-sdl2 copied to clipboard
Make Timer RAII
sdl::Timer doesn't seem to be using raii like the rest of the code. I don't realy care about the factory function, but requiring a remove() is a bit weird imo.