mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 15:21:09 -04:00
9 lines
124 B
C
9 lines
124 B
C
#ifndef POT_H
|
|
#define POT_H
|
|
|
|
#include "global.h"
|
|
|
|
extern u32 sub_0808288C(struct Entity_*, u32, u32, u32);
|
|
|
|
#endif // POT_H
|