Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

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