Skip to content

Commit

Permalink
PCH 파일 인클루드를 헤더에서 cpp 로 변경.
Browse files Browse the repository at this point in the history
PrivatePCH 파일은 cpp  에서 만 사용할 목적으로 생성된 것으로
cpp 에서 인클루드 하여 사용하도록 변경.

Change-Id: I5671a0f9554fe6149e3b676d93a9037275b8b258
  • Loading branch information
SungjinB committed Jun 3, 2020
1 parent fb4630c commit 67024da
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.28",
"VersionName" : "1.29",
"FriendlyName" : "FunapiDedicatedServer Plugin",
"Description" : "FunapiDedicatedServer - UE4 DedicatedServer Helper",
"Category" : "iFunFactory",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include "FunapiDedicatedServer.h"

#include "FunapiDedicatedServerPrivatePCH.h"
#include "Internationalization/Regex.h"

#ifndef USE_UE_DEPRECATED
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

#pragma once

#include "FunapiDedicatedServerPrivatePCH.h"

namespace fun {
namespace FunapiDedicatedServer {
struct HttpResponse {
Expand Down

0 comments on commit 67024da

Please sign in to comment.