mirror of
https://github.com/zeldaret/tmc
synced 2026-06-25 01:52:14 -04:00
16 lines
294 B
C
16 lines
294 B
C
#ifndef HYRULETOWNTILESETMANAGER_H
|
|
#define HYRULETOWNTILESETMANAGER_H
|
|
|
|
#include "manager.h"
|
|
|
|
typedef struct {
|
|
Manager base;
|
|
u8 gfxGroup0;
|
|
u8 gfxGroup1;
|
|
u8 gfxGroup2;
|
|
} HyruleTownTileSetManager;
|
|
|
|
extern void TryLoadPrologueHyruleTown(void);
|
|
|
|
#endif // HYRULETOWNTILESETMANAGER_H
|