mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 15:31:50 +00:00
11 lines
131 B
C++
11 lines
131 B
C++
#ifndef __mpw_rm_h__
|
|
#define __mpw_rm_h__
|
|
|
|
#include <cstdint>
|
|
|
|
namespace RM
|
|
{
|
|
uint16_t Get1NamedResource(uint16_t trap);
|
|
}
|
|
|
|
#endif |