Skip to content

Commit

Permalink
Fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaren882 committed Oct 15, 2024
1 parent 1b75a27 commit 6e30da9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion addons/AVFEVFX/functions/cTab/Origin/fn_msg_gui_Load.sqf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include ".\cTab\shared\cTab_gui_macros.hpp"
#include "\cTab\shared\cTab_gui_macros.hpp"
disableSerialization;

private _displayName = cTabIfOpen # 1;
Expand Down
2 changes: 1 addition & 1 deletion addons/AVFEVFX/functions/cTab/Origin/fn_open.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
[0,"cTab_TAD_dsp",player,vehicle player] call cTab_fnc_open;
*/

#include ".\cTab\shared\cTab_gui_macros.hpp"
#include "\cTab\shared\cTab_gui_macros.hpp"

if (cTabIfOpenStart || (!isNil "cTabIfOpen")) exitWith {false};
cTabIfOpenStart = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
[[["mapType","SAT"],["mapScaleDsp","4"]]] call cTab_fnc_updateInterface;
*/

#include ".\cTab\shared\cTab_gui_macros.hpp"
#include "\cTab\shared\cTab_gui_macros.hpp"

//-POLPOX Map Tools
#if __has_include("\plp\plp_mapToolsRemastered\config.bin")
Expand Down
2 changes: 1 addition & 1 deletion addons/AVFEVFX/functions/cTab/Origin/fn_userMenuSelect.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
[1] call cTab_fnc_userMenuSelect;
*/

#include ".\cTab\shared\cTab_gui_macros.hpp"
#include "\cTab\shared\cTab_gui_macros.hpp"

disableSerialization;
params ["_type"];
Expand Down
2 changes: 1 addition & 1 deletion addons/AVFEVFX/functions/cTab/fn_cTab_postInit.sqf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include ".\cTab\shared\cTab_gui_macros.hpp"
#include "\cTab\shared\cTab_gui_macros.hpp"

[cTabSettings,"Tablet",[
["dlgIfPosition",[]],
Expand Down

0 comments on commit 6e30da9

Please sign in to comment.