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

use cstddef types

Open edhebi opened this issue 5 years ago • 0 comments

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.

edhebi avatar Jun 22 '20 00:06 edhebi