mirror of
https://github.com/zeldaret/tmc
synced 2026-05-25 15:25:26 -04:00
12 lines
216 B
C
12 lines
216 B
C
#ifndef GORONMERCHANTSHOPMANAGER_H
|
|
#define GORONMERCHANTSHOPMANAGER_H
|
|
|
|
#include "manager.h"
|
|
|
|
typedef struct {
|
|
Manager base;
|
|
u8 itemActive[3];
|
|
} GoronMerchantShopManager;
|
|
|
|
#endif // GORONMERCHANTSHOPMANAGER_H
|