mpw/toolbox/rm.h

11 lines
118 B
C
Raw Normal View History

2013-02-07 04:44:12 +00:00
#ifndef __mpw_rm_h__
#define __mpw_rm_h__
#include <cstdint>
namespace RM
{
uint16_t Get1NamedResource();
}
#endif