pioneer/src/JsonFwd.h

13 lines
283 B
C

// Copyright © 2008-2021 Pioneer Developers. See AUTHORS.txt for details
// Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
// Forward declarations for JSON.
#ifndef _JSON_FWD_H
#define _JSON_FWD_H
#include "json/json_fwd.hpp"
using Json = nlohmann::json;
#endif