mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 15:21:09 -04:00
9 lines
99 B
C
9 lines
99 B
C
#ifndef GAME_H
|
|
#define GAME_H
|
|
|
|
#include "gba/types.h"
|
|
|
|
u32 CheckIsDungeon(void);
|
|
|
|
#endif // GAME_H
|