X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fspeedquantizer.h;h=c1189675bc0a6a8b4e668d5254aa6b2638dc3198;hb=a44355019e5a27da0d5e5287aae74864e4122e1f;hp=d6dc1acd02cb0ebdc8fab126105d3213a6dea49f;hpb=251270c97a5e5eb8630bc1662a406255dedae90e;p=r2c2.git diff --git a/source/libr2c2/speedquantizer.h b/source/libr2c2/speedquantizer.h index d6dc1ac..c118967 100644 --- a/source/libr2c2/speedquantizer.h +++ b/source/libr2c2/speedquantizer.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_SPEEDQUANTIZER_H_ #define LIBR2C2_SPEEDQUANTIZER_H_ @@ -36,6 +29,7 @@ private: }; std::vector steps; + float weight_limit; public: SpeedQuantizer(unsigned);