mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 07:11:07 -04:00
10 lines
132 B
C
10 lines
132 B
C
#ifndef SCROLL_H
|
|
#define SCROLL_H
|
|
|
|
#include "global.h"
|
|
|
|
void UpdateIsDiggingCave(void);
|
|
void sub_08080930(u32);
|
|
|
|
#endif // SCROLL_H
|