mirror of
https://github.com/zeldaret/tmc
synced 2026-05-26 07:39:08 -04:00
10 lines
180 B
C
10 lines
180 B
C
#ifndef FUNCTIONS_H
|
|
#define FUNCTIONS_H
|
|
|
|
#include "global.h"
|
|
|
|
extern u32 sub_0804A024(struct Entity_*, u32, u32);
|
|
extern void sub_0805EC60(struct Entity_*);
|
|
|
|
#endif // FUNCTIONS_H
|