mmu2_progress_converter.h 121 B

123456789
  1. #pragma once
  2. #include <stdint.h>
  3. #include <stddef.h>
  4. namespace MMU2 {
  5. const char * ProgressCodeToText(uint16_t pc);
  6. }