mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-30 00:17:40 +00:00
First pass at changing SDL 2.0 to SDL 3.0
This commit is contained in:
parent
0bfeed061b
commit
2c4159b99a
146 changed files with 2633 additions and 2635 deletions
|
@ -55,7 +55,7 @@
|
|||
/* On GDK, SDL provides a main function that initializes the game runtime.
|
||||
|
||||
Please note that #include'ing SDL_main.h is not enough to get a main()
|
||||
function working. You must either link against SDL2main or, if not possible,
|
||||
function working. You must either link against SDL3main or, if not possible,
|
||||
call the SDL_GDKRunApp function from your entry point.
|
||||
*/
|
||||
#define SDL_MAIN_NEEDED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue