blob: e5b9e565383b89425854f8ccdd85abad75a6795c (
plain)
1
2
3
4
5
6
7
8
9
|
#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
|