SDL/src/main
Amir 5db08b86ca Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]"
https://stackoverflow.com/questions/42125/warning-error-function-declaration-isnt-a-prototype
In C int foo() and int foo(void) are different functions. int foo() accepts an arbitrary number of arguments, while int foo(void) accepts 0 arguments. In C++ they mean the same thing.
2024-07-17 14:09:11 -07:00
..
emscripten main: Move SDL_RunApp bits from src/core to src/main. 2024-07-05 08:52:25 -07:00
gdk Rename functions in SDL_system.h to match SDL 3.0 naming convention 2024-07-15 16:27:48 -07:00
generic Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
ios Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
n3ds main: Move SDL_RunApp bits from src/core to src/main. 2024-07-05 08:52:25 -07:00
ngage main: Move SDL_RunApp bits from src/core to src/main. 2024-07-05 08:52:25 -07:00
ps2 Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 14:09:11 -07:00
psp main: Move SDL_RunApp bits from src/core to src/main. 2024-07-05 08:52:25 -07:00
windows main: Move SDL_RunApp bits from src/core to src/main. 2024-07-05 08:52:25 -07:00
winrt main: Move SDL_RunApp bits from src/core to src/main. 2024-07-05 08:52:25 -07:00
SDL_main_callbacks.c Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 14:09:11 -07:00
SDL_main_callbacks.h main: Fixed compiler warning on Android. 2024-02-20 15:56:26 -05:00
SDL_runapp.c main: Move SDL_RunApp bits from src/core to src/main. 2024-07-05 08:52:25 -07:00