General - Relative script_component.hpp includes (#9378)

Co-authored-by: PabstMirror <pabstmirror@gmail.com>
This commit is contained in:
jonpas
2023-09-12 20:58:10 +02:00
committed by GitHub
parent a34d9455d2
commit 742626ff1a
2182 changed files with 2065 additions and 2195 deletions

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: BaerMitUmlaut
* Checks if the door can be closed.

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: BaerMitUmlaut
* Function for closing doors and retracting the hooks for RHS USF helos.

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: BaerMitUmlaut
* Function for opening doors and extending the hook for most vanilla helos.

View File

@ -1 +0,0 @@
#include "\z\ace\addons\compat_rhs_gref3\script_component.hpp"