Logo
Explore Help
Sign In
izzy/UnrealEngineUWP
0
0
Fork 0
You've already forked UnrealEngineUWP
mirror of https://github.com/izzy2lost/UnrealEngineUWP.git synced 2026-03-26 18:15:20 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
777dffe8ff8d52d7eb7894deab386c816a48f80f
UnrealEngineUWP/Engine/Source/Programs/Windows/BootstrapPackagedGame/Private/BootstrapPackagedGame.h

10 lines
176 B
C
Raw Normal View History

Updating copyright notices to 2017 (copying from //Tasks/UE4/Dev-Copyright-2017). #rb none #lockdown Nick.Penwarden [CL 3226823 by Ben Marsh in Main branch]
2016-12-08 08:52:44 -05:00
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
Add missing copyright notices to source files. [CL 2379212 by Ben Marsh in Main branch]
2014-12-06 19:14:20 -05:00
Add a program to bootstrap packaged games, which checks for dependencies being installed (an option to include prerequisites in the game is in the packaging settings), then starts the engine with the right commandline for the project. Takes an icon from Build/Windows/Application.ico if present (which allows setting the icon for content-only projects) or the game executable being launched. Resource files added to code projects now use this icon instead. [CL 2307139 by Ben Marsh in Main branch]
2014-09-23 13:55:06 -04:00
#pragma once
#include <windows.h>
#include <tchar.h>
#include <assert.h>
#include <stdio.h>
#include <shlwapi.h>
Reference in New Issue Copy Permalink
Powered by Gitea Page: 1392ms Template: 8ms
English
English
Licenses API