mpw/toolbox/rm.h

11 lines
131 B
C
Raw Normal View History

2013-02-06 23:44:12 -05:00
#ifndef __mpw_rm_h__
#define __mpw_rm_h__
#include <cstdint>
namespace RM
{
2013-02-07 22:12:30 -05:00
uint16_t Get1NamedResource(uint16_t trap);
2013-02-06 23:44:12 -05:00
}
#endif