array<ItemMapping@> g_ClassicWeapons = 
{
	ItemMapping( "weapon_357", HL_PYTHON::GetName() ), ItemMapping( "weapon_python", HL_PYTHON::GetName() ),
	ItemMapping( "weapon_eagle", OF_EAGLE::GetName() ),
	ItemMapping( "weapon_uzi", "weapon_9mmAR" ),
	ItemMapping( "weapon_uziakimbo", "weapon_9mmAR" ),
	ItemMapping( "weapon_m16", "weapon_9mmAR" ),
	ItemMapping( "weapon_sniperrifle", OF_SNIPERRIFLE::GetName() ),
	ItemMapping( "weapon_m249", OF_M249::GetName() ), ItemMapping( "weapon_saw", OF_M249::GetName() ),
	ItemMapping( "weapon_shockrifle", OF_SHOCKRIFLE::GetName() ),
	ItemMapping( "weapon_minigun", OF_M249::GetName() ),

	ItemMapping( "ammo_uziclip", "ammo_9mmAR" ),
	ItemMapping( "ammo_556clip", "ammo_9mmAR" ),
	ItemMapping( "ammo_762", OF_SNIPERRIFLE::GetAmmoName() ),
	ItemMapping( "ammo_556", OF_M249::GetAmmoName() )
};

