mpw/toolbox/process.h

14 lines
171 B
C
Raw Normal View History

2015-02-03 01:16:30 +00:00
#ifndef __mpw_process_h__
#define __mpw_process_h__
#include <cstdint>
namespace Process {
uint16_t GetCurrentProcess();
uint16_t GetProcessInformation();
2015-02-03 01:16:30 +00:00
}
#endif