mirror of
https://github.com/zeldaret/tmc
synced 2026-05-23 23:05:38 -04:00
9 lines
125 B
C
9 lines
125 B
C
#ifndef BIGGORON_H
|
|
#define BIGGORON_H
|
|
|
|
#include "global.h"
|
|
|
|
extern void sub_0806D0B0(struct Entity_*);
|
|
|
|
#endif // BIGGORON_H
|