Codechange: [Script] do not redefine types in the script API

Also move includes to the locations where they are actually used
This commit is contained in:
Rubidium
2025-01-21 23:09:31 +01:00
committed by rubidium42
parent 45444f9666
commit 9a21ca31f8
13 changed files with 22 additions and 9 deletions

View File

@@ -11,7 +11,9 @@
#define SCRIPT_RAIL_HPP
#include "script_tile.hpp"
#include "../../industry_type.h"
#include "../../signal_type.h"
#include "../../station_type.h"
#include "../../track_type.h"
/**