mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
13 lines
413 B
C++
13 lines
413 B
C++
class CfgVehicles {
|
|
#include "CfgVehicles\boxes.hpp"
|
|
#include "CfgVehicles\explosives.hpp"
|
|
#include "CfgVehicles\helicopters.hpp"
|
|
#include "CfgVehicles\planes.hpp"
|
|
#include "CfgVehicles\tracked.hpp"
|
|
#include "CfgVehicles\turrets.hpp"
|
|
#include "CfgVehicles\units.hpp"
|
|
#include "CfgVehicles\wheeled.hpp"
|
|
#include "CfgVehicles\land.hpp"
|
|
#include "CfgVehicles\vn_boxes.hpp"
|
|
};
|