-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
General - Use subcomponent macro (#139)
Co-authored-by: Mike-MF <[email protected]>
- Loading branch information
Showing
62 changed files
with
141 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#define COMPONENT african_militia_ace | ||
#define COMPONENT_BEAUTIFIED African Militia ACE | ||
#include "\x\tacu\addons\main\script_mod.hpp" | ||
#include "\x\tacu\addons\main\script_macros.hpp" | ||
#define SUBCOMPONENT ace | ||
#define SUBCOMPONENT_BEAUTIFIED ACE | ||
#include "..\script_component.hpp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#define COMPONENT african_militia_cup | ||
#define COMPONENT_BEAUTIFIED African Militia CUP | ||
#include "\x\tacu\addons\main\script_mod.hpp" | ||
#include "\x\tacu\addons\main\script_macros.hpp" | ||
#define SUBCOMPONENT cup | ||
#define SUBCOMPONENT_BEAUTIFIED CUP | ||
#include "..\script_component.hpp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#define COMPONENT african_south_ace | ||
#define COMPONENT_BEAUTIFIED African South ACE | ||
#include "\x\tacu\addons\main\script_mod.hpp" | ||
#include "\x\tacu\addons\main\script_macros.hpp" | ||
#define SUBCOMPONENT ace | ||
#define SUBCOMPONENT_BEAUTIFIED ACE | ||
#include "..\script_component.hpp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#define COMPONENT african_south_cup | ||
#define COMPONENT_BEAUTIFIED African South CUP | ||
#include "\x\tacu\addons\main\script_mod.hpp" | ||
#include "\x\tacu\addons\main\script_macros.hpp" | ||
#define SUBCOMPONENT cup | ||
#define SUBCOMPONENT_BEAUTIFIED CUP | ||
#include "..\script_component.hpp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#define SUBCOMPONENT cup | ||
#define SUBCOMPONENT_BEAUTIFIED CUP | ||
#include "..\script_component.hpp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
#define COMPONENT assets_cup | ||
#define COMPONENT_BEAUTIFIED Assets CUP | ||
#include "\x\tacu\addons\main\script_mod.hpp" | ||
#include "\x\tacu\addons\main\script_macros.hpp" | ||
#include "..\script_macros.hpp" | ||
#define SUBCOMPONENT cup | ||
#define SUBCOMPONENT_BEAUTIFIED CUP | ||
#include "..\script_component.hpp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#define COMPONENT baf_ace | ||
#define COMPONENT_BEAUTIFIED British Armed Forces ACE | ||
#include "\x\tacu\addons\main\script_mod.hpp" | ||
#include "\x\tacu\addons\main\script_macros.hpp" | ||
#define SUBCOMPONENT ace | ||
#define SUBCOMPONENT_BEAUTIFIED ACE | ||
#include "..\script_component.hpp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#define COMPONENT baf_cup | ||
#define COMPONENT_BEAUTIFIED British Armed Forces CUP | ||
#include "\x\tacu\addons\main\script_mod.hpp" | ||
#include "\x\tacu\addons\main\script_macros.hpp" | ||
#define SUBCOMPONENT cup | ||
#define SUBCOMPONENT_BEAUTIFIED CUP | ||
#include "..\script_component.hpp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#define COMPONENT faction_overwrites_cup | ||
#define COMPONENT_BEAUTIFIED Faction Overwrites CUP | ||
#include "\x\tacu\addons\main\script_mod.hpp" | ||
#include "\x\tacu\addons\main\script_macros.hpp" | ||
#define SUBCOMPONENT cup | ||
#define SUBCOMPONENT_BEAUTIFIED CUP | ||
#include "..\script_component.hpp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#define COMPONENT faction_overwrites_mu | ||
#define COMPONENT_BEAUTIFIED Faction Overwrites Missing Units | ||
#include "\x\tacu\addons\main\script_mod.hpp" | ||
#include "\x\tacu\addons\main\script_macros.hpp" | ||
#define SUBCOMPONENT mu | ||
#define SUBCOMPONENT_BEAUTIFIED Missing Units | ||
#include "..\script_component.hpp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.