Browse Source

updates is a vector of update

pull/1/head
sp 6 months ago
parent
commit
bb2bef9b04
  1. 2
      util/PrismPrinter.h

2
util/PrismPrinter.h

@ -13,7 +13,7 @@ typedef std::map<AgentNameAndPosition::first_type, AgentNameAndPosition::second_
typedef std::map<KeyNameAndPosition::first_type, KeyNameAndPosition::second_type> KeyNameAndPositionMap;
typedef std::pair<cell, std::string> CellAndCondition;
typedef std::pair<float, std::string> update;
typedef std::map<update::first_type, update::second_type> updates;
typedef std::vector<update> updates;
typedef int8_t ActionId;
std::string capitalize(std::string string);

Loading…
Cancel
Save