8 lines
173 B
C
8 lines
173 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
#pragma once
|
|
|
|
#include "CoreMinimal.h"
|
|
#include "ProfilingDebugging/CSVProfiler.h"
|
|
|
|
CSV_DEFINE_CATEGORY(ChaosPerf, true);
|