#pragma once #include namespace Memory { void WriteProtectOff(); void WriteProtectOn(); }