mpw/toolbox/process.h
2015-02-18 12:00:21 -05:00

14 lines
171 B
C++

#ifndef __mpw_process_h__
#define __mpw_process_h__
#include <cstdint>
namespace Process {
uint16_t GetCurrentProcess();
uint16_t GetProcessInformation();
}
#endif