1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

Forward-declare json_t and reduce Json.hpp inclusion (#8368)

This commit is contained in:
Michał Janiszewski
2018-12-05 20:31:32 +01:00
committed by GitHub
parent 2da01caa1e
commit f488c4bf35

View File

@@ -10,7 +10,6 @@
#pragma once
#include "../common.h"
#include "../core/Json.hpp"
#include "ImageTable.h"
#include "StringTable.h"
@@ -132,6 +131,7 @@ interface IObjectRepository;
interface IStream;
struct ObjectRepositoryItem;
struct rct_drawpixelinfo;
struct json_t;
interface IReadObjectContext
{