mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-23 22:23:38 +00:00
5 lines
101 B
C++
5 lines
101 B
C++
#pragma once
|
|
#include <cstdint>
|
|
|
|
void SetThreadName(std::uint32_t threadId, const char* threadName);
|