mpw/toolbox/rm.h
2013-02-06 23:44:12 -05:00

11 lines
118 B
C++

#ifndef __mpw_rm_h__
#define __mpw_rm_h__
#include <cstdint>
namespace RM
{
uint16_t Get1NamedResource();
}
#endif