1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 08:12:53 +01:00

Include necessary files for compiling headers

This commits works towards #7289. It includes files that it depends on, or forward declares types when possible. It may seem like this only increases compilation time, but before this commit they depended on the other includes of the source files that use them.
This commit is contained in:
Hielke Morsink
2018-03-31 13:55:54 +02:00
committed by Michał Janiszewski
parent 69bb1cdf82
commit a51462b0fd
21 changed files with 43 additions and 1 deletions

View File

@@ -17,6 +17,8 @@
#ifndef _WINDOW2_H_
#define _WINDOW2_H_
#include "Window.h"
struct rct_research_item;
struct rct_object_entry;