Files
mk64/include/functions.h
T
Tyler McGavran 70c082d303 Update some header files (#373)
Also moved a lot of extern variable declarations into the
 their appropriate header file(s)

Signed-off-by: Taggerung <tyler.taggerung@email.com>
2023-08-20 21:15:07 -06:00

20 lines
372 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_8000F2DC(void);
void func_8000F628(void);
void func_8006B7E4(Player* player, s32 arg1);
void func_800267AC(Player* player, s8 arg1, s8 arg2);
void func_8005D290(void);
#endif