2022-07-31 15:19:57 +03:00
|
|
|
// __ _____ _____ _____
|
|
|
|
|
// __| | __| | | | JSON for Modern C++ (supporting code)
|
|
|
|
|
// | | |__ | | | | | | version 3.10.5
|
|
|
|
|
// |_____|_____|_____|_|___| https://github.com/nlohmann/json
|
|
|
|
|
//
|
|
|
|
|
// SPDX-FileCopyrightText: 2013-2022 Niels Lohmann <https://nlohmann.me>
|
|
|
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
|
|
2020-07-22 13:03:37 +03:00
|
|
|
#include "Foo.hpp"
|
|
|
|
|
|
|
|
|
|
class Foo;
|