|
OpenEnroth 90c43ae
|
#include <gtest/gtest.h>#include "Application/Startup/GameStarter.h"#include "Engine/Components/Control/EngineController.h"#include "Testing/Game/GameTest.h"#include "Testing/Game/TestController.h"#include "Library/StackTrace/StackTraceOnCrash.h"#include "Library/Platform/Application/PlatformApplication.h"#include "Library/FileSystem/Directory/DirectoryFileSystem.h"#include "Utility/String/Format.h"#include "Utility/UnicodeCrt.h"#include "GameTestOptions.h"Functions | |
| void | printGoogleTestHelp (char *app) |
| 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. |
| void printGoogleTestHelp | ( | char * | app | ) |