#pragma once #include class Picker { public: Picker(); bool Pick(uint8_t); private: int val; };