mirror of
https://github.com/zeldaret/tmc
synced 2026-06-12 13:35:28 -04:00
96a3e64280
a bit
14 lines
248 B
C
14 lines
248 B
C
#ifndef HYRULETOWNTILESETMANAGER_H
|
|
#define HYRULETOWNTILESETMANAGER_H
|
|
|
|
#include "manager.h"
|
|
|
|
typedef struct {
|
|
Manager base;
|
|
u8 gfxGroup0;
|
|
u8 gfxGroup1;
|
|
u8 gfxGroup2;
|
|
} HyruleTownTileSetManager;
|
|
|
|
#endif // HYRULETOWNTILESETMANAGER_H
|