OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Variables
GameTest.cpp File Reference
#include "GameTest.h"
#include <cassert>
#include <string>
#include "Engine/EngineGlobals.h"
#include "Engine/Components/Control/EngineController.h"
#include "Engine/Components/Control/EngineControlState.h"
#include "Library/Platform/Application/PlatformApplication.h"
#include "Utility/String/Format.h"

Variables

static EngineControllerglobalEngineController = nullptr
 
static TestControllerglobalTestController = nullptr
 
static bool globalTerminating = false
 

Variable Documentation

◆ globalEngineController

EngineController* globalEngineController = nullptr
static

◆ globalTerminating

bool globalTerminating = false
static

◆ globalTestController

TestController* globalTestController = nullptr
static