Backed out
changeset 071a05275798
Reason: Can't switch weapon forwards while preventing slipping, or while doing precise aiming
// PropIDUtils.h
#ifndef __PROPIDUTILS_H
#define __PROPIDUTILS_H
#include "Common/MyString.h"
UString ConvertPropertyToString(const PROPVARIANT &propVariant, PROPID propID, bool full = true);
#endif