X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/641204dfbdb9fc870cdd2e7f9e3169a44693e7bf..820288049b136a341da8815142ae44ac912b72ad:/projects/stargazer/tariff.h diff --git a/projects/stargazer/tariff.h b/projects/stargazer/tariff.h index 830863eb..2086b488 100644 --- a/projects/stargazer/tariff.h +++ b/projects/stargazer/tariff.h @@ -31,6 +31,8 @@ #ifndef TARIFF_H #define TARIFF_H +#include + #include #include @@ -62,7 +64,6 @@ public: int dir, time_t t) const; double GetFreeMb() const { return tariffData.tariffConf.free; }; - void GetDirPrice(int dir, DIRPRICE_DATA * dd) const; double GetPassiveCost() const { return tariffData.tariffConf.passiveCost; }; double GetFee() const { return tariffData.tariffConf.fee; }; double GetFree() const { return tariffData.tariffConf.free; };