mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-24 18:04:33 +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);
|