Skip to content

Commit

Permalink
Spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ramon-bernardo committed May 19, 2024
1 parent 34652d8 commit 9f05cce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/iomarket.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "enums.h"

namespace tfs::io::market {

MarketOfferList getActiveOffers(MarketAction_t action, uint16_t itemId);
MarketOfferList getOwnOffers(MarketAction_t action, uint32_t playerId);
HistoryMarketOfferList getOwnHistory(MarketAction_t action, uint32_t playerId);
Expand All @@ -31,6 +32,7 @@ void updateStatistics();

MarketStatistics* getPurchaseStatistics(uint16_t itemId);
MarketStatistics* getSaleStatistics(uint16_t itemId);

} // namespace tfs::io::market

#endif // FS_IOMARKET_H

0 comments on commit 9f05cce

Please sign in to comment.