ACE3/addons/optics/CfgPreloadTextures.hpp

39 lines
724 B
C++
Raw Permalink Normal View History

2015-04-04 11:15:27 +00:00
class PreloadTextures {
class CfgWeapons {
class ACE_optic_Hamr_2D {
PRELOAD;
2015-04-04 11:15:27 +00:00
};
class ACE_optic_Hamr_PIP {
PRELOAD;
2015-04-04 11:15:27 +00:00
};
class ACE_optic_Arco_2D {
PRELOAD;
2015-04-04 11:15:27 +00:00
};
class ACE_optic_Arco_PIP {
PRELOAD;
2015-04-04 11:15:27 +00:00
};
class ACE_optic_MRCO_2D {
PRELOAD;
2015-04-04 11:15:27 +00:00
};
class ACE_optic_MRCO_PIP {
PRELOAD;
2015-04-04 11:15:27 +00:00
};
class ACE_optic_SOS_2D {
PRELOAD;
2015-04-04 11:15:27 +00:00
};
class ACE_optic_SOS_PIP {
PRELOAD;
2015-04-04 11:15:27 +00:00
};
class ACE_optic_LRPS_2D {
PRELOAD;
2015-04-04 11:15:27 +00:00
};
class ACE_optic_LRPS_PIP {
PRELOAD;
2015-04-04 11:15:27 +00:00
};
};
};