class CMathRemap : public CLogicalEntity
{
public:
float32 m_ flInMin;
float32 m_ flInMax;
float32 m_ flOut1;
float32 m_ flOut2;
float32 m_ flOldInValue;
bool m_ bEnabled;
CEntityOutputTemplate<float32> m_ OutValue;
CEntityIOOutput m_ OnRoseAboveMin;
CEntityIOOutput m_ OnRoseAboveMax;
CEntityIOOutput m_ OnFellBelowMin;
CEntityIOOutput m_ OnFellBelowMax;
};