Browse Source

added actionId and update typedefs

pull/1/head
sp 6 months ago
parent
commit
7faa8d1efb
  1. 3
      util/PrismPrinter.h

3
util/PrismPrinter.h

@ -12,6 +12,9 @@ typedef AgentNameAndPosition KeyNameAndPosition;
typedef std::map<AgentNameAndPosition::first_type, AgentNameAndPosition::second_type> AgentNameAndPositionMap;
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 int8_t ActionId;
std::string capitalize(std::string string);

Loading…
Cancel
Save