Files
SpaghettiKart/include/functions.h
T
Tyler McGavran a870180a2c Couple matches (#466)
Removed some things from variables.h and functions.h

Added headers for some src/data files
2023-10-18 23:19:07 -06:00

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