diff options
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index 1aa5edcf6..51dc0c417 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -413,4 +413,7 @@ void clif_Mail_getattachment(int fd, uint8 flag); void clif_cashshop_show(struct map_session_data *sd, struct npc_data *nd); +// AUCTION SYSTEM +void clif_Auction_openwindow(struct map_session_data *sd); + #endif /* _CLIF_H_ */ |