#ifndef COMPLIB_SERVER_ENCODER_HPP #define COMPLIB_SERVER_ENCODER_HPP #include #include #define ENCODER_COUNT 4 class Encoder { public: static std::vector read_all(); }; #endif // COMPLIB_SERVER_ENCODER_HPP