mirror of
https://github.com/zeldaret/tmc
synced 2026-06-07 03:58:00 -04:00
9 lines
123 B
C
9 lines
123 B
C
#ifndef POT_H
|
|
#define POT_H
|
|
|
|
#include "global.h"
|
|
|
|
extern u32 sub_0808288C(struct Entity_*, u32, u32, u32);
|
|
|
|
#endif //POT_H
|