Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General - Relative script_component.hpp includes #1280

Merged
merged 2 commits into from
Sep 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion addons/sys_intercom/vic3/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "\idi\acre\addons\sys_intercom\script_component.hpp"
#include "..\script_component.hpp"

#define VIC3FFCS_WORK_KNOB_POSITIONS 6
#define VIC3FFCS_MONITOR_KNOB_POSITIONS 7
Expand Down
2 changes: 1 addition & 1 deletion addons/sys_prc117f/farris_menus/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include "\idi\acre\addons\sys_prc117f\script_component.hpp"
#include "..\script_component.hpp"
2 changes: 1 addition & 1 deletion addons/sys_prc117f/menus/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include "\idi\acre\addons\sys_prc117f\script_component.hpp"
#include "..\script_component.hpp"
2 changes: 1 addition & 1 deletion addons/sys_prc117f/menus/types/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include "\idi\acre\addons\sys_prc117f\script_component.hpp"
#include "..\..\script_component.hpp"
2 changes: 1 addition & 1 deletion addons/sys_prc117f/radio/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include "\idi\acre\addons\sys_prc117f\script_component.hpp"
#include "..\script_component.hpp"
2 changes: 1 addition & 1 deletion addons/sys_prc148/menus/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include "\idi\acre\addons\sys_prc148\script_component.hpp"
#include "..\script_component.hpp"
2 changes: 1 addition & 1 deletion addons/sys_prc148/radio/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include "\idi\acre\addons\sys_prc148\script_component.hpp"
#include "..\script_component.hpp"
2 changes: 1 addition & 1 deletion addons/sys_prc148/states/AccessDenied.sqf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "\idi\acre\addons\sys_prc148\script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: ACRE2Team
* SHORT DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion addons/sys_prc148/states/ChannelDisplays.sqf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "\idi\acre\addons\sys_prc148\script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: ACRE2Team
* SHORT DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion addons/sys_prc148/states/Group.sqf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "\idi\acre\addons\sys_prc148\script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: ACRE2Team
* SHORT DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion addons/sys_prc148/states/MainDisplays.sqf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "\idi\acre\addons\sys_prc148\script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: ACRE2Team
* SHORT DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion addons/sys_prc148/states/ModeDisplays.sqf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "\idi\acre\addons\sys_prc148\script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: ACRE2Team
* SHORT DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion addons/sys_prc148/states/OffDisplay.sqf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "\idi\acre\addons\sys_prc148\script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: ACRE2Team
* SHORT DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion addons/sys_prc148/states/ProgramDisplays.sqf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "\idi\acre\addons\sys_prc148\script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: ACRE2Team
* SHORT DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion addons/sys_prc148/states/ProgrammingDisplays.sqf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "\idi\acre\addons\sys_prc148\script_component.hpp"
#include "..\script_component.hpp"
/*
* Author: ACRE2Team
* SHORT DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion addons/sys_prc148/states/StartUp.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* Public: No
*/
#include "\idi\acre\addons\sys_prc148\script_component.hpp"
#include "..\script_component.hpp"

//USES_VARIABLES ["_display"]

Expand Down
2 changes: 1 addition & 1 deletion addons/sys_prc152/farris_menus/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include "\idi\acre\addons\sys_prc152\script_component.hpp"
#include "..\script_component.hpp"
2 changes: 1 addition & 1 deletion addons/sys_prc152/menus/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include "\idi\acre\addons\sys_prc152\script_component.hpp"
#include "..\script_component.hpp"
2 changes: 1 addition & 1 deletion addons/sys_prc152/menus/types/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include "\idi\acre\addons\sys_prc152\script_component.hpp"
#include "..\..\script_component.hpp"
2 changes: 1 addition & 1 deletion addons/sys_prc152/radio/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include "\idi\acre\addons\sys_prc152\script_component.hpp"
#include "..\script_component.hpp"
2 changes: 1 addition & 1 deletion addons/sys_prc77/functions/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include "\idi\acre\addons\sys_prc77\script_component.hpp"
#include "..\script_component.hpp"
2 changes: 1 addition & 1 deletion addons/sys_prc77/radio/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include "\idi\acre\addons\sys_prc77\script_component.hpp"
#include "..\script_component.hpp"
2 changes: 1 addition & 1 deletion addons/sys_rack/sem90/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include "\idi\acre\addons\sys_rack\script_component.hpp"
#include "..\script_component.hpp"
2 changes: 1 addition & 1 deletion addons/sys_rack/vrc103/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include "\idi\acre\addons\sys_rack\script_component.hpp"
#include "..\script_component.hpp"
2 changes: 1 addition & 1 deletion addons/sys_rack/vrc110/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include "\idi\acre\addons\sys_rack\script_component.hpp"
#include "..\script_component.hpp"
2 changes: 1 addition & 1 deletion addons/sys_rack/vrc111/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include "\idi\acre\addons\sys_rack\script_component.hpp"
#include "..\script_component.hpp"
2 changes: 1 addition & 1 deletion addons/sys_rack/vrc64/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include "\idi\acre\addons\sys_rack\script_component.hpp"
#include "..\script_component.hpp"