X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibmarklin%2Flocotype.h;h=5fd34d8c32f20d56d043075e7fa5dfd9d72ed985;hb=d27edb207810f0b4e44be8c3632d421faa5fed80;hp=7509eca1c991078d98235ef2bd842cefda8a3374;hpb=3df8cb5c78fbb0b919bcb79677c6c788b8028482;p=r2c2.git diff --git a/source/libmarklin/locotype.h b/source/libmarklin/locotype.h index 7509eca..5fd34d8 100644 --- a/source/libmarklin/locotype.h +++ b/source/libmarklin/locotype.h @@ -32,6 +32,7 @@ public: LocoType(unsigned); unsigned get_article_number() const { return art_nr; } const std::string &get_name() const { return name; } + unsigned get_max_function() const; const std::map &get_functions() const { return funcs; } };