Mario Kart 64
functions.h
Go to the documentation of this file.
1 #ifndef _FUNCTIONS_H_
2 #define _FUNCTIONS_H_
3 
4 #include "common_structs.h"
5 
6 void mio0decode(u8* arg0, u8* arg1);
7 
8 // Unused mio0decode function.
9 void func_80040030(u8* arg0, u8* arg1);
10 
11 #endif
void func_80040030(u8 *arg0, u8 *arg1)
void mio0decode(u8 *arg0, u8 *arg1)
unsigned char u8
Definition: ultratypes.h:12