- Fixing up ALL platform header files to match new required naming conventions for HAL files (XXXPlatformFile.h, not XXXFile.h, and all platforms must have a header file, even if it just #includes another one, like IOSPlatformTime.h just #includes ApplePlatformTime.h)

#rb none (too mind numbing)

[CL 6276051 by Josh Adams in Dev-Build branch]
This commit is contained in:
Josh Adams
2019-05-03 11:49:42 -04:00
parent 451c92ac68
commit f811f3ef26
107 changed files with 285 additions and 240 deletions

View File

@@ -2,7 +2,7 @@
#include "CoreMinimal.h"
#include "Modules/ModuleManager.h"
#include "Android/AndroidProperties.h"
#include "Android/AndroidPlatformProperties.h"
#include "Interfaces/ITargetPlatformModule.h"
#include "Common/TargetPlatformBase.h"
#include "Interfaces/IAndroidDeviceDetection.h"