19 lines
309 B
C++
Executable File
19 lines
309 B
C++
Executable File
// License: Modified MIT (NON-AI)
|
|
// See the LICENSE file in the root directory for license information.
|
|
// Copyright 2026 Timothy Prepscius
|
|
|
|
#pragma once
|
|
|
|
namespace tjp {
|
|
namespace core {
|
|
|
|
struct FuturePersist;
|
|
|
|
template<typename T>
|
|
struct FuturePersistTyped;
|
|
|
|
struct Futures;
|
|
|
|
} // namespace
|
|
} // namespace
|