Moved SDL_intrin.h back into the public headers for application use

This commit is contained in:
Sam Lantinga 2023-01-10 15:50:35 -08:00
parent 9f721d492a
commit dc280c17a0
13 changed files with 78 additions and 41 deletions

View file

@ -184,6 +184,7 @@
#endif
#include <SDL3/SDL.h>
#include <SDL3/SDL_intrin.h>
#define SDL_MAIN_NOIMPL /* don't drag in header-only implementation of SDL_main */
#include <SDL3/SDL_main.h>