about summary refs log tree commit diff stats
path: root/data/maps/the_extravagant/rooms/X Plus.txtpb
blob: db427703dec98f88516483d9d058a854c4f68991 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: "X Plus"
display_name: "M"
panels {
  name: "ROSE"
  path: "Panels/panel_16"
  clue: "rose"
  answer: "thorn"
  symbols: BOXES
}
paintings {
  name: "UNLESS"
  path: "Components/Paintings/unless"
  gravity: X_PLUS
  orientation: "south"
  display_name: "M Side Left Painting"
}
paintings {
  name: "UNDONE"
  path: "Components/Paintings/undone"
  gravity: X_PLUS
  orientation: "south"
  display_name: "M Side Right Painting"
}
keyholders {
  name: "M"
  path: "Components/KeyHolders/keyHolderM"
}
} /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-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 */
#ifndef GLOBAL_H_44945DBA
#define GLOBAL_H_44945DBA

#include <filesystem>
#include <string_view>

struct Location;

const std::filesystem::path& GetExecutableDirectory();

std::string GetAbsolutePath(std::string_view path);

bool IsLocationWinCondition(const Location& location);

#endif /* end of include guard: GLOBAL_H_44945DBA */