mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
11 lines
207 B
C++
11 lines
207 B
C++
|
class vn_lmgmag_base;
|
||
|
class vn_m60_100_mag: vn_lmgmag_base {
|
||
|
ACE_isBelt = 1;
|
||
|
};
|
||
|
class vn_pk_100_mag: vn_lmgmag_base {
|
||
|
ACE_isBelt = 1;
|
||
|
};
|
||
|
class vn_rpd_100_mag: vn_lmgmag_base {
|
||
|
ACE_isBelt = 1;
|
||
|
};
|