about summary refs log tree commit diff stats
path: root/data/maps/the_sun_temple/rooms/Mastery.txtpb
blob: bbe87426c8e5882aa2da5862d6eaf3c1681d0e68 (plain) (generated by cgit-pink 1.4.1 (git 2.36.1) at 2025-09-29 01:28:21 +0000
ass="w"> Puzzle; struct Pos; class Validator { public: static void Validate(Puzzle& p); private: static void RegionCheckNegations(Puzzle& p, const Region& r); static std::vector<Pos> RegionCheck(Puzzle& p, const Region& r); };