7 lines
250 B
C++
Executable File
7 lines
250 B
C++
Executable File
// Fill out your copyright notice in the Description page of Project Settings.
|
|
|
|
#include "PresidentsBrigade.h"
|
|
#include "Modules/ModuleManager.h"
|
|
|
|
IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, PresidentsBrigade, "PresidentsBrigade" );
|