You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb none #jira #ROBOMERGE-OWNER: robert.manuszewski #ROBOMERGE-AUTHOR: ben.marsh #ROBOMERGE-SOURCE: CL 7321413 in //UE4/Release-4.23/... via CL 7321415 #ROBOMERGE-BOT: CORE (Main -> Dev-Core) (v371-7306989) [CL 7370275 by ben marsh in Dev-Core branch]
10 lines
200 B
C
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();
|