Changes between Initial Version and Version 1 of Ticket #19270, comment 5
- Timestamp:
- 02/11/2024 09:33:33 PM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #19270, comment 5
initial v1 1 Yes it does. In /usr/include/SDL2/SDL_main.h, we have, for our "OS" (GDK): 1 ~~Yes it does. In /usr/include/SDL2/SDL_main.h, we have, for our "OS" (GDK):~~ 2 2 {{{ 3 3 On GDK, SDL provides a main function that initializes the game runtime. … … 7 7 call the SDL_GDKRunApp function from your entry point. 8 8 }}} 9 So the answer to the subject question might be "yes"... 9 ~~So the answer to the subject question might be "yes"...~~ 10 11 Scratch that: our system is LINUX, it seems, but yes, the function SDL_main is defined in /usr/include/SDL2/SDL_main.h