Unify all the SDL_*RunApp() functions into just SDL_RunApp()
makes the SDL_main code shorter Also added a generic SDL_RunApp() implementation for platforms that don't really need it. Some platforms (that use SDL_main but haven't been ported yet) are still missing, but are added in the following commits.
This commit is contained in:
committed by
Sam Lantinga
parent
1de559248e
commit
7bfc41db3c
@@ -515,6 +515,7 @@ file(GLOB SOURCE_FILES
|
||||
${SDL3_SOURCE_DIR}/src/*.c
|
||||
${SDL3_SOURCE_DIR}/src/atomic/*.c
|
||||
${SDL3_SOURCE_DIR}/src/audio/*.c
|
||||
${SDL3_SOURCE_DIR}/src/core/*.c
|
||||
${SDL3_SOURCE_DIR}/src/cpuinfo/*.c
|
||||
${SDL3_SOURCE_DIR}/src/dynapi/*.c
|
||||
${SDL3_SOURCE_DIR}/src/events/*.c
|
||||
|
||||
Reference in New Issue
Block a user