Skip to content

Commit

Permalink
Move to base
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas committed Sep 6, 2023
1 parent 584ffaf commit a3edfed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

class CfgPatches {
class ADDON {
addonRootClass = QUOTE(COMPONENT);
name = COMPONENT_NAME;
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"acre_main", "loadorder_f_vietnam"};
skipWhenMissingDependencies = 1;
author = ECSTRING(main,Author);
authors[] = {"Savage Game Design", "veteran29"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
};
};
Expand Down
5 changes: 5 additions & 0 deletions addons/compat_sog/compat_sog_vehicles/script_component.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#include "\idi\acre\addons\compat_sog\script_component.hpp"

#define SUBCOMPONENT vehicles
#undef ADDON
#define ADDON TRIPLES(PREFIX,COMPONENT,SUBCOMPONENT)

This file was deleted.

0 comments on commit a3edfed

Please sign in to comment.