#pragma once #include namespace zx_tape { void load(const char* filename); void play(); void stop(); void rewind(); void update(const uint8_t dt); void go_berserk(); const bool berserk(); }