NBEngine/engine/NBCore/Processes.hpp
2026-06-11 04:24:06 -05:00

16 lines
177 B
C++

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