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

20 lines
294 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
// *INDENT-OFF*
#ifdef DNA_BUILD_WITH_JSON_SUPPORT
#include "dnatests/Defs.h"
#include <pma/TypeDefs.h>
namespace dna {
extern const char* jsonDNA;
} // namespace dna
#endif // DNA_BUILD_WITH_JSON_SUPPORT
// *INDENT-ON*