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