mmu2_progress_converter.h 137 B

1234567
  1. #pragma once
  2. #include <stdint.h>
  3. #include <stddef.h>
  4. namespace MMU2 {
  5. void TranslateProgress(uint16_t pc, char *dst, size_t dstSize);
  6. }