#pragma once #include #include "helpers.hpp" #include "io_file.hpp" class AmiiboDevice { public: static constexpr size_t tagSize = 0x21C; bool loaded = false; std::array raw; void reset(); };