#pragma once #include "stdint.h" namespace strikebox { /*! * Sets the current thread's name. */ void Thread_SetName(const char *name); }