@@ -0,0 +1,10 @@
#pragma once
#include <stdint.h>
namespace debug
{
void stop();
const bool isbreak(uint16_t address, uint8_t type = 1);
void setmemmodified(uint16_t address);
}
The note is not visible to the blocked user.