cpp-sdl2 icon indicating copy to clipboard operation
cpp-sdl2 copied to clipboard

Make Timer RAII

Open edhebi opened this issue 5 years ago • 0 comments

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.

edhebi avatar Jun 22 '20 00:06 edhebi