about summary refs log tree commit diff stats
path: root/data/maps/the_entry/rooms/Rabbit Hole.yaml
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2026-02-04 14:41:53 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2026-02-04 14:41:53 -0500
commit432531dca528825f841f632ad0c8291a3a7dcc19 (patch)
tree9c861972a8cc47ec12f4fefe8e8f8537806e60c4 /data/maps/the_entry/rooms/Rabbit Hole.yaml
parent263f8a079c010d688c09bc235391293b770f69e4 (diff)
downloadlingo2-archipelago-432531dca528825f841f632ad0c8291a3a7dcc19.tar.gz
lingo2-archipelago-432531dca528825f841f632ad0c8291a3a7dcc19.tar.bz2
lingo2-archipelago-432531dca528825f841f632ad0c8291a3a7dcc19.zip
Released v8.1.0
Diffstat (limited to 'data/maps/the_entry/rooms/Rabbit Hole.yaml')
0 files changed, 0 insertions, 0 deletions
ackground-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#include "version.h"

std::ostream& operator<<(std::ostream& out, const Version& ver) {
  return out << "v" << ver.major << "." << ver.minor << "." << ver.revision;
}