Changes between Initial Version and Version 1 of Ticket #19270, comment 5


Ignore:
Timestamp:
02/11/2024 09:33:33 PM (14 months ago)
Author:
pierre

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):~~
    22{{{
    33   On GDK, SDL provides a main function that initializes the game runtime.
     
    77   call the SDL_GDKRunApp function from your entry point.
    88}}}
    9 So the answer to the subject question might be "yes"...
     9~~So the answer to the subject question might be "yes"...~~
     10
     11Scratch that: our system is LINUX, it seems, but yes, the function SDL_main is defined in /usr/include/SDL2/SDL_main.h