#pragma once #ifndef _NB_PROCESSES #define _NB_PROCESSES #include namespace nb { uint64_t GetPID(); } // namespace nb #endif // _NB_PROCESSES