mirror of
https://github.com/zeldaret/tmc
synced 2026-05-25 15:25:26 -04:00
14 lines
251 B
C
14 lines
251 B
C
#ifndef HYRULETOWNTILESETMANAGER_H
|
|
#define HYRULETOWNTILESETMANAGER_H
|
|
|
|
#include "manager.h"
|
|
|
|
typedef struct {
|
|
Manager base;
|
|
u8 field_0x20;
|
|
u8 field_0x21;
|
|
u8 field_0x22;
|
|
} HyruleTownTileSetManager;
|
|
|
|
#endif // HYRULETOWNTILESETMANAGER_H
|