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 /* 80AEBEB4 */ int create();
17 /* 80AEBF04 */ daNpc_shopMaro_c();
18 /* 80AEBF64 */ 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.cpp:70
virtual ~daNpc_shopMaro_c()
Definition d_a_npc_shop_maro.cpp:73
int create()
Definition d_a_npc_shop_maro.cpp:36
STATIC_ASSERT(sizeof(daNpc_shopMaro_c)==0xf7c)