Move intrinsic includes into a private header

This commit is contained in:
Cameron Cawley
2022-11-26 17:12:42 +00:00
committed by Sam Lantinga
parent b4da4ed95a
commit ee0e9e979c
12 changed files with 149 additions and 95 deletions

View File

@@ -38,3 +38,4 @@ General:
* Added SDL_GetTicksNS() to return the number of nanoseconds since the SDL library initialized
* Added SDL_DelayNS() to specify a delay in nanoseconds, to the highest precision the system will support
* The timestamp member of the SDL_Event structure is now in nanoseconds, filled in with the time the event was generated, or the time it was queued if that's not available
* Intrinsic headers are no longer included in the public SDL headers