Files
UnrealEngineUWP/Engine/Source/Programs/SlateViewer/Public/SlateViewerApp.h
Ben Marsh 149375b14b Update copyright notices to 2015.
[CL 2379638 by Ben Marsh in Main branch]
2014-12-07 19:09:38 -05:00

18 lines
340 B
C

// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "ISlateReflectorModule.h"
#include "SlateViewer.h"
/**
* Run the SlateViewer .
*/
void RunSlateViewer(const TCHAR* Commandline);
/**
* Spawn the contents of the web browser tab
*/
TSharedRef<SDockTab> SpawnWebBrowserTab(const FSpawnTabArgs& Args);