mirror of
https://github.com/Risensy/Steam.git
synced 2025-10-23 08:24:18 +00:00
7 lines
208 B
C++
7 lines
208 B
C++
// Fill out your copyright notice in the Description page of Project Settings.
|
|
|
|
#include "Steam.h"
|
|
#include "Modules/ModuleManager.h"
|
|
|
|
IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, Steam, "Steam" );
|