Files

13 lines
215 B
C
Raw Permalink Normal View History

2021-02-28 22:54:49 -07:00
#ifndef _FUNCTIONS_H_
#define _FUNCTIONS_H_
2024-08-23 02:20:13 +02:00
#include <common_structs.h>
2024-09-17 17:32:50 +02:00
#ifdef TARGET_N64
void mio0decode(u8* arg0, u8* arg1);
#endif
2021-02-28 22:54:49 -07:00
// Unused mio0decode function.
void func_80040030(u8* arg0, u8* arg1);
2021-02-28 22:54:49 -07:00
#endif