mirror of
https://github.com/zeldaret/tmc
synced 2026-05-25 15:25:26 -04:00
13 lines
242 B
C
13 lines
242 B
C
#ifndef MINISHVILLAGETILESETMANAGER_H
|
|
#define MINISHVILLAGETILESETMANAGER_H
|
|
|
|
#include "manager.h"
|
|
|
|
typedef struct {
|
|
Manager base;
|
|
u8 unk_20;
|
|
u8 unk_21[0x1F];
|
|
} MinishVillageTileSetManager;
|
|
|
|
#endif // MINISHVILLAGETILESETMANAGER_H
|