|
OpenEnroth 90c43ae
|
Classes | |
| class | Platform |
Functions | |
| int | platformMain (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. |