You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
7 lines
223 B
C
7 lines
223 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
// This is the platform independent entry point to the visual debugger
|
|
// It returns the error level
|
|
int32 ChaosVisualDebuggerMain(const TCHAR* CommandLine); |