super-duper-spoon/Source/Shooter/Shooter.cpp

7 lines
186 B
C++

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