mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
16 lines
291 B
C
16 lines
291 B
C
// Luanti
|
|
// SPDX-License-Identifier: LGPL-2.1-or-later
|
|
// Copyright (C) 2023 DS
|
|
|
|
#pragma once
|
|
|
|
#include "config.h"
|
|
|
|
#if USE_SYSTEM_JSONCPP
|
|
#include <json/version.h>
|
|
#include <json/allocator.h>
|
|
#include <json/config.h>
|
|
#include <json/forwards.h>
|
|
#else
|
|
#include <json/json-forwards.h>
|
|
#endif
|