You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
29 lines
747 B
C
29 lines
747 B
C
// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
|
|
|
|
/*=============================================================================
|
|
EditorStyle.h: EditorStyle module public header file.
|
|
=============================================================================*/
|
|
|
|
#pragma once
|
|
|
|
|
|
/* Dependencies
|
|
*****************************************************************************/
|
|
|
|
#include "CoreUObject.h"
|
|
#include "ModuleInterface.h"
|
|
#include "Slate.h"
|
|
|
|
|
|
/* Interfaces
|
|
*****************************************************************************/
|
|
|
|
#include "IEditorStyleModule.h"
|
|
#include "EditorStyleSet.h"
|
|
|
|
|
|
/* Classes
|
|
*****************************************************************************/
|
|
|
|
#include "EditorStyleSettings.h"
|