StrikeBox/modules/core/include/strikebox/thread.h
Ivan Roberto de Oliveira 55adab93f7 Name change (again)
2019-02-28 11:45:09 -03:00

13 lines
143 B
C++

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