Conquer Space 0.0.0
A space themed grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.
Namespaces | Functions
auctionhandler.cpp File Reference
#include "core/actions/economy/auctionhandler.h"
#include <spdlog/spdlog.h>

Namespaces

namespace  cqsp
 
namespace  cqsp::core
 
namespace  cqsp::core::actions
 

Functions

bool cqsp::core::actions::BuyGood (components::AuctionHouse &auction_house, Node &agent, Node &good, double price, double quantity)
 Buys a good from the market More...
 
bool cqsp::core::actions::SellGood (components::AuctionHouse &auction_house, Node &agent, Node &, double price, double quantity)
 Sells a good to the market More...