19#include <entt/entt.hpp>
35bool BuyGood(components::AuctionHouse& auction_house, entt::entity agent, entt::entity good,
double price,
47bool SellGood(components::AuctionHouse& auction_house, entt::entity agent, entt::entity good,
double price,
bool SellGood(components::AuctionHouse &auction_house, entt::entity agent, entt::entity good, double price, double quantity)
Sells a good to the market
Definition: auctionhandler.cpp:65
bool BuyGood(components::AuctionHouse &auction_house, entt::entity agent, entt::entity good, double price, double quantity)
Buys a good from the market
Definition: auctionhandler.cpp:21
When adding assets, it is extremely crucial that you read cqsp::asset::AssetLoader::LoadResources to ...
Definition: clientctx.h:21