mpw/toolbox/debug.h

14 lines
134 B
C++

#ifndef __mpw_debug_h__
#define __mpw_debug_h__
#include <cstdint>
namespace Debug
{
uint16_t DebugStr(uint16_t trap);
}
#endif