Files
core_variant/tjp/core/variant/VariantSerialization.h
2026-03-06 09:45:00 -05:00

19 lines
308 B
C++

// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
#pragma once
#include "VType.hpp"
namespace tjp {
namespace core {
namespace variant {
struct VariantSerialization;
} // namespace
} // namespace
} // namespace