mirror of
https://github.com/n64decomp/mk64
synced 2026-05-24 06:50:53 -04:00
b1161c2ce8
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
12 lines
191 B
C
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
|