mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix preprocessor includes
This commit is contained in:
parent
5bd4cfcf59
commit
d08cf4bdb7
@ -15,16 +15,11 @@ class CfgPatches {
|
||||
};
|
||||
|
||||
#include "ACE_Settings.hpp"
|
||||
#include "ACE_Medical_StateMachine.hpp"
|
||||
|
||||
#include "CfgEden.hpp"
|
||||
#include "CfgEventHandlers.hpp"
|
||||
#include "CfgFactionClasses.hpp"
|
||||
#include "CfgVehicles.hpp"
|
||||
#include "CfgWeapons.hpp"
|
||||
#include "UI\CfgInGameUI.hpp"
|
||||
#include "UI\RscTitles.hpp"
|
||||
#include "UI\triagecard.hpp"
|
||||
|
||||
class ACE_Extensions {
|
||||
extensions[] += {"ace_medical"};
|
||||
|
@ -1 +1 @@
|
||||
#include "\z\ace\addons\medical_ui\script_component.hpp"
|
||||
#include "\z\ace\addons\medical_feedback\script_component.hpp"
|
||||
|
@ -1 +1 @@
|
||||
#include "\z\ace\addons\medical_menu\script_component.hpp"
|
||||
#include "\z\ace\addons\medical_gui\script_component.hpp"
|
||||
|
@ -0,0 +1 @@
|
||||
#include "\z\ace\addons\medical_statemachine\script_component.hpp"
|
1
addons/medical_status/functions/script_component.hpp
Normal file
1
addons/medical_status/functions/script_component.hpp
Normal file
@ -0,0 +1 @@
|
||||
#include "\z\ace\addons\medical_status\script_component.hpp"
|
1
addons/medical_vitals/functions/script_component.hpp
Normal file
1
addons/medical_vitals/functions/script_component.hpp
Normal file
@ -0,0 +1 @@
|
||||
#include "\z\ace\addons\medical_vitals\script_component.hpp"
|
Loading…
Reference in New Issue
Block a user