NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
uusb_ppc.h
1#ifndef RVL_SDK_BTE_RVL_UUSB_PPC_H
2#define RVL_SDK_BTE_RVL_UUSB_PPC_H
3#include <types.h>
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9u32 __ntd_get_allocated_mem_size(void);
10
11#ifdef __cplusplus
12}
13#endif
14#endif