#ifndef ENVINPUTS_H #define ENVINPUTS_H class EnvInputs { public: EnvInputs(); void loop(); }; #endif //ENVINPUTS_H