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