#pragma once #include namespace debug { void stop(); const bool isbreak(uint16_t address, uint8_t type = 1); void setmemmodified(uint16_t address); }