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.h File Reference
#include <entt/entt.hpp>
#include "core/components/auction.h"
#include "core/universe.h"

Go to the source code of this file.

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...