Hadeweka / sdl-crystal-bindings-examples

Examples to the direct SDL Crystal bindings
1 stars 0 forks source link

SDL_timer #1

Closed charles-esterbrook closed 1 month ago

charles-esterbrook commented 1 month ago

Looks like SDL_timer.h is missing. SDL_GetPerformanceCounter(), SDL_GetPerformanceFrequency(), etc.

https://github.com/libsdl-org/SDL/blob/SDL2/include/SDL_timer.h

Hadeweka commented 1 month ago

There is already a pull request on the main repository to include SDL_timer:

https://github.com/Hadeweka/SDL-Crystal-Bindings/pull/1

Feel free to discuss about the inclusion there.