Skip to content

Commit

Permalink
Move include to correct component
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas committed Sep 26, 2023
1 parent df95388 commit 104ed5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions addons/sys_core/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

#include "\idi\acre\addons\main\script_macros.hpp"

#include "\idi\acre\addons\sys_components\script_acre_component_defines.hpp"

#define ACRE_REVEAL_AMOUNT 1.6

#define MAX_DIRECT_RANGE 300
Expand Down
1 change: 0 additions & 1 deletion addons/sys_radio/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@
#define GET_UI_VAR(var1) uiNameSpace getVariable QUOTE(var1)
#define SET_UI_VAR(var1,var2) uiNamespace setVariable [QUOTE(var1), var2]

#include "\idi\acre\addons\sys_components\script_acre_component_defines.hpp"
#include "\idi\acre\addons\sys_intercom\script_acre_rackIntercom_defines.hpp"

0 comments on commit 104ed5d

Please sign in to comment.