autoformat missed these before?

This commit is contained in:
Chris Marsh
2017-08-29 12:42:10 -07:00
parent 4cf8ca5670
commit 8bceae0a3a
7 changed files with 79 additions and 58 deletions

View File

@ -3,4 +3,4 @@
#include "unrealstatus.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, unrealstatus, "unrealstatus" );
IMPLEMENT_PRIMARY_GAME_MODULE(FDefaultGameModuleImpl, unrealstatus, "unrealstatus");

View File

@ -3,4 +3,3 @@
#pragma once
#include "CoreMinimal.h"

View File

@ -1,7 +1,3 @@
// Fill out your copyright notice in the Description page of Project Settings.
#include "unrealstatusGameModeBase.h"

View File

@ -7,14 +7,9 @@
#include "unrealstatusGameModeBase.generated.h"
/**
*
*
*/
UCLASS()
class UNREALSTATUS_API AunrealstatusGameModeBase : public AGameModeBase
{
GENERATED_BODY()
class UNREALSTATUS_API AunrealstatusGameModeBase : public AGameModeBase {
GENERATED_BODY()
};