Skip to content

Commit

Permalink
updated to ace macros
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntematonjr committed Aug 8, 2022
1 parent 9b602c0 commit 7afdf09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions addons/firesupport/XEH_prep.sqf
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#include "script_component.hpp"

#undef PREP
#define PREP(fncName) [QPATHTOF(functions\DOUBLES(fnc,fncName).sqf), QFUNC(fncName)] call CBA_fnc_compileFunction

PREP(calculate_eta);
PREP(check_values);
PREP(dialog_close);
Expand Down Expand Up @@ -34,5 +31,4 @@ PREP(createTRPmarkers);
PREP(deleteTRPmarkers);
PREP(convertData);
PREP(createConvertDiaryEntry);
PREP(openConvertDialog);

PREP(openConvertDialog);
2 changes: 1 addition & 1 deletion addons/firesupport/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define DEBUG_MODE_FULL
#endif

#include "\x\cba\addons\main\script_macros_common.hpp"
#include "\z\ace\addons\main\script_macros.hpp"
#include "Firesupport_idc.hpp"


Expand Down

0 comments on commit 7afdf09

Please sign in to comment.