Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_npc_shop_maro.h
Go to the documentation of this file.
1#ifndef D_A_NPC_SHOP_MARO_H
2#define D_A_NPC_SHOP_MARO_H
3
4#include "d/d_shop_system.h"
5
15public:
16 int create();
17 daNpc_shopMaro_c() : dShopSystem_c(0,0,0,0,0,0,0,0) {}
18 virtual ~daNpc_shopMaro_c() {}
19};
20
22
23
24#endif /* D_A_NPC_SHOP_MARO_H */
Definition d_shop_system.h:11
Malo (Shopkeeper)
Definition d_a_npc_shop_maro.h:14
daNpc_shopMaro_c()
Definition d_a_npc_shop_maro.h:17
int create()
Definition d_a_npc_shop_maro.cpp:31
virtual ~daNpc_shopMaro_c()
Definition d_a_npc_shop_maro.h:18
STATIC_ASSERT(sizeof(daNpc_shopMaro_c)==0xf7c)