mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-25 06:41:30 -04:00
a6f059827b
* Game ABI / headers refactoring * Delete dusk/imgui.h
16 lines
189 B
C++
16 lines
189 B
C++
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void OSSetCurrentThreadName(const char* name);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
|
|
namespace dusk {
|
|
extern bool OSReportReallyForceEnable;
|
|
}
|
|
#endif
|