mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-05-23 15:02:12 -04:00
a870180a2c
Removed some things from variables.h and functions.h Added headers for some src/data files
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
|