blob: dcc78c5552c5dff1275b0a7f64f1ec8edcb889c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef GORONMERCHANTSHOPMANAGER_H
#define GORONMERCHANTSHOPMANAGER_H
#include "manager.h"
typedef struct {
Manager base;
u8 itemActive[3];
} GoronMerchantShopManager;
#endif // GORONMERCHANTSHOPMANAGER_H
|