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