mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-13 18:31:48 +01:00
15 lines
135 B
C
15 lines
135 B
C
|
#pragma once
|
||
|
#include <wut.h>
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
u64 OSGetTitleID(void);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
/** @} */
|