RetroArch
title.h
Go to the documentation of this file.
1 #pragma once
2 #include <wiiu/types.h>
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 u64 OSGetTitleID(void);
9 
10 #ifdef __cplusplus
11 }
12 #endif
u64 OSGetTitleID(void)
uint64_t u64
64bit unsigned integer
Definition: gctypes.h:20