#ifndef DUSK_OS_H #define DUSK_OS_H #ifdef __cplusplus extern "C" { #endif void OSSetCurrentThreadName(const char* name); #ifdef __cplusplus } #endif #endif // DUSK_OS_H