|
OpenEnroth 39d87c6
|
#include <SDL3/SDL.h>#include <SDL3/SDL_main.h>Functions | |
| int | platformMain (int argc, char **argv) |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| int platformMain | ( | int | argc, |
| char ** | argv | ||
| ) |
Entrypoint for the program that uses the platform lib. Function definition should be provided in user code.
| argc | Total number of arguments passed. |
| argv | UTF8-encoded program arguments. Note that you're getting UTF8 on ALL platforms, including Windows. |