wut  v1.7.0
Wii U Toolchain
title.h
Go to the documentation of this file.
1 #pragma once
2 #include <wut.h>
3 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
14 uint64_t OSGetTitleID(void);
15 
16 #ifdef __cplusplus
17 }
18 #endif
19 
uint64_t OSGetTitleID(void)