mpw/toolbox/debug.h
2016-02-07 23:16:04 -05:00

14 lines
134 B
C++

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