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