/* * PTT.hpp * * Created: 30.10.2020 22:03:26 * Author: netz */ #ifndef PTT_HPP_ #define PTT_HPP_ class PttT { // Methods private: protected: public: // Variables private: protected: public: }; #endif /* PTT_HPP_ */