Files
SpaghettiKart/include/decode.h
T
MegaMech 1548512084 First Compile (#7)
* Update torch

* A lot of fixes

* First compile
2024-05-03 12:17:36 -06:00

10 lines
153 B
C

#ifndef _FUNCTIONS_H_
#define _FUNCTIONS_H_
#include "common_structs.h"
// Unused mio0decode function.
void func_80040030(u8* arg0, u8* arg1);
#endif