mpw/toolbox/debug.h

14 lines
134 B
C
Raw Normal View History

2016-02-07 23:16:04 -05:00
#ifndef __mpw_debug_h__
#define __mpw_debug_h__
#include <cstdint>
namespace Debug
{
uint16_t DebugStr(uint16_t trap);
}
#endif