Luanti 5.10.0-dev
 
Loading...
Searching...
No Matches
json-forwards.h
Go to the documentation of this file.
1// Luanti
2// SPDX-License-Identifier: LGPL-2.1-or-later
3// Copyright (C) 2023 DS
4
5#pragma once
6
7#include "config.h"
8
9#if USE_SYSTEM_JSONCPP
10#include <json/version.h>
11#include <json/allocator.h>
12#include <json/config.h>
13#include <json/forwards.h>
14#else
15#include <json/json-forwards.h>
16#endif