SDL/Xcode-iOS/Demos/src
Amir e7a47e783b 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.

(cherry picked from commit ccade50587)
2024-07-17 14:48:06 -07:00
..
accelerometer.c [SDL2] pointer boolean (#8523) 2023-11-10 06:30:56 -08:00
common.c Updated iOS tests and demos for latest SDL linking requirements 2020-11-06 13:03:07 -08:00
common.h Updated iOS tests and demos for latest SDL linking requirements 2020-11-06 13:03:07 -08:00
fireworks.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:48:06 -07:00
happy.c [SDL2] pointer boolean (#8523) 2023-11-10 06:30:56 -08:00
keyboard.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:48:06 -07:00
mixer.c Cleanup add brace (#6545) 2022-11-28 12:33:03 -08:00
rectangles.c [SDL2] pointer boolean (#8523) 2023-11-10 06:30:56 -08:00
touch.c [SDL2] pointer boolean (#8523) 2023-11-10 06:30:56 -08:00