7 lines
196 B
C++
7 lines
196 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "hwanyoung2.h"
|
|
#include "Modules/ModuleManager.h"
|
|
|
|
IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, hwanyoung2, "hwanyoung2" );
|
|
|