#pragma once #include "span.hpp" namespace hv { /// Print a single screen void print_screen(const span bytes, unsigned long offset); }