Files
UnrealEngineUWP/Engine/Source/Developer/Windows/LiveCoding/Private/External/LC_EntryPoint.h

10 lines
200 B
C

// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreTypes.h"
#include "Windows/MinimalWindowsAPI.h"
void Startup(Windows::HINSTANCE hInstance);
void Shutdown();