Skip to content

Commit

Permalink
More relative
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas committed Sep 9, 2023
1 parent 18162f5 commit 2078fca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion addons/jam/jam_finish/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define SUBCOMPONENT finish
#include "\x\cba\addons\jam\script_component.hpp"
#include "..\script_component.hpp"
2 changes: 1 addition & 1 deletion addons/jr/jr_prep/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define SUBCOMPONENT prep
#include "\x\cba\addons\jr\script_component.hpp"
#include "..\script_component.hpp"
3 changes: 2 additions & 1 deletion addons/xeh/xeh_a3/config.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "script_component.hpp"
#define SUBCOMPONENT a3
#include "..\script_component.hpp"

class CfgPatches {
class SUBADDON {
Expand Down
2 changes: 0 additions & 2 deletions addons/xeh/xeh_a3/script_component.hpp

This file was deleted.

2 changes: 1 addition & 1 deletion optionals/legacy_jr/legacy_jr_prep/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define SUBCOMPONENT prep
#include "\x\cba\addons\legacy_jr\script_component.hpp"
#include "..\script_component.hpp"

0 comments on commit 2078fca

Please sign in to comment.