GASATHON/Project/Source/Gasa/GasaDevOptionsCache.h

14 lines
184 B
C
Raw Normal View History

#pragma once
#include "GasaCommon.h"
#include "GasaDevOptionsCache.generated.h"
USTRUCT()
struct GASA_API FGasaDevOptionsCache
{
GENERATED_BODY()
void CachedDevOptions();
};