mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-05-23 23:05:53 -04:00
1548512084
* Update torch * A lot of fixes * First compile
10 lines
153 B
C
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
|