aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/ThreadName.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/ThreadName.h')
-rw-r--r--Minecraft.World/ThreadName.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Minecraft.World/ThreadName.h b/Minecraft.World/ThreadName.h
new file mode 100644
index 00000000..e7afe594
--- /dev/null
+++ b/Minecraft.World/ThreadName.h
@@ -0,0 +1,3 @@
+#pragma once
+
+void SetThreadName( DWORD dwThreadID, LPCSTR szThreadName ); \ No newline at end of file