pioneer/src/Json.h

11 lines
236 B
C

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