SDL Wiki

CategoryMain

Redefine main() if necessary so that it is called by SDL.

In order to make this consistent on all platforms, the application's main() should look like this:

 int main(int argc, char *argv[])
 {
 }

SDL will take care of platform specific details on how it gets called.

For more information, see:

https://wiki.libsdl.org/SDL3/README/main-functions

Functions

Datatypes

Structs

Enums

Macros


CategoryAPICategory


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.