blob: 98ead2c4944fa46fee55b1bc3d6527cb83cfc922 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef _FUNCTIONS_H_
#define _FUNCTIONS_H_
#include <common_structs.h>
#ifdef TARGET_N64
void mio0decode(u8* arg0, u8* arg1);
#endif
// Unused mio0decode function.
void func_80040030(u8* arg0, u8* arg1);
#endif
|