19 lines
308 B
C++
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
|
|
|