cpp-sdl2
cpp-sdl2 copied to clipboard
use cstddef types
SDL has IntN and UintN, but we can assume that users will have access to <cstddef>, even on a freestanding implementation. We should consider sdl types to be an implementation detail and use the c++ ones.