Files
Onejsky4U/test/MyProject/Source/MyProject/MyProject.cpp
T
2020-10-23 18:01:01 +05:00

7 lines
192 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "MyProject.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, MyProject, "MyProject" );