StrikeBox/modules/core/include/vixen/thread.h
StrikerX3 3ef26120ee Replace CPU modules with virt86
Restructure CMake projects
2019-02-20 23:38:36 -03:00

13 lines
139 B
C++

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