#pragma once
#include <stdint.h>
#include <stddef.h>
namespace MMU2 {
const char * ProgressCodeToText(uint16_t pc);
}