Files
UnrealEngineUWP/Engine/Source/Programs/TestPAL/Private/PrivatePCH.h
Dmitry Rekman 294e0e7b9c Program to test certain aspects of platform abstraction.
Currently deals with FProcHandles only.

[CL 2279361 by Dmitry Rekman in Main branch]
2014-08-31 02:05:44 -04:00

10 lines
164 B
C

// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
#pragma once
// other modules' headers
#include "Core.h"
// this module headers
#include "Parent.h"