mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 00:32:44 +00:00
14 lines
172 B
C
14 lines
172 B
C
|
#ifndef __mpw_process_h__
|
||
|
#define __mpw_process_h__
|
||
|
|
||
|
#include <cstdint>
|
||
|
|
||
|
namespace Process {
|
||
|
|
||
|
uint16_t GetCurrentProcess();
|
||
|
uint16_t GetProcessInformation();
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif
|