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