12 lines
337 B
C++
12 lines
337 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "SRewindDebuggerDetails.h"
|
|
|
|
#define LOCTEXT_NAMESPACE "SRewindDebuggerDetails"
|
|
|
|
void SRewindDebuggerDetails::Construct(const FArguments& InArgs, const TSharedRef<SDockTab>& ConstructUnderMajorTab, const TSharedPtr<SWindow>& ConstructUnderWindow)
|
|
{
|
|
}
|
|
|
|
#undef LOCTEXT_NAMESPACE
|