-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinitFunctions.sqf
14 lines (13 loc) · 953 Bytes
/
initFunctions.sqf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
call compile preprocessFileLineNumbers "IVCS\VirtualSpace\initFunctions.sqf";
call compile preprocessFileLineNumbers "IVCS\Common\initFunctions.sqf";
call compile preprocessFileLineNumbers "IVCS\Airports\initFunctions.sqf";
call compile preprocessFileLineNumbers "IVCS\FSM\initFunctions.sqf";
call compile preprocessFileLineNumbers "IVCS\Grid\initFunctions.sqf";
call compile preprocessFileLineNumbers "IVCS\SpacialGrid\initFunctions.sqf";
call compile preprocessFileLineNumbers "IVCS\EntityTasks\initFunctions.sqf";
call compile preprocessFileLineNumbers "IVCS\Spawners\initFunctions.sqf";
call compile preprocessFileLineNumbers "IVCS\Locations\initFunctions.sqf";
call compile preprocessFileLineNumbers "IVCS\Paths\initFunctions.sqf";
call compile preprocessFileLineNumbers "IVCS\Factions\initFunctions.sqf";
call compile preprocessFileLineNumbers "IVCS\OPCOM\initFunctions.sqf";
call compile preprocessFileLineNumbers "IVCS\TACOM\initFunctions.sqf";