8 lines
254 B
C++
8 lines
254 B
C++
|
|
// Copyright Epic Games, Inc. All Rights Reserved.
|
||
|
|
|
||
|
|
#include "AudioVideoRecord.h"
|
||
|
|
#include "Modules/ModuleManager.h"
|
||
|
|
|
||
|
|
IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, AudioVideoRecord, "AudioVideoRecord" );
|
||
|
|
|
||
|
|
DEFINE_LOG_CATEGORY(LogAudioVideoRecord)
|