mirror of
https://github.com/n64decomp/mk64
synced 2026-05-25 23:15:26 -04:00
aa720db51a
Signed-off-by: Taggerung <tyler.taggerung@email.com>
18 lines
291 B
C
18 lines
291 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);
|
|
|
|
void func_8000F628(void);
|
|
void func_8006B7E4(Player* player, s8 arg1);
|
|
void func_8005D290(void);
|
|
|
|
|
|
|
|
#endif
|