mk64/include/decode.h

12 lines
191 B
C

#ifndef _FUNCTIONS_H_
#define _FUNCTIONS_H_
#include <common_structs.h>
void mio0decode(u8* arg0, u8* arg1);
// Unused mio0decode function.
void func_80040030(u8* arg0, u8* arg1);
#endif