wut/include/coreinit/title.h
James Benton b4619783ca Remove sized types from wut_types.h
stdint.h exists for a reason.
2018-06-20 11:05:16 +01:00

21 lines
210 B
C

#pragma once
#include <wut.h>
/**
* \defgroup coreinit_title Title
* \ingroup coreinit
* @{
*/
#ifdef __cplusplus
extern "C" {
#endif
uint64_t OSGetTitleID(void);
#ifdef __cplusplus
}
#endif
/** @} */