OpenEnroth 73e68f7
|
#include <memory>
#include <vector>
#include <string>
#include "Library/Geometry/Rect.h"
#include "Utility/Flags.h"
#include "PlatformEnums.h"
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. |