about summary refs log tree commit diff stats
path: root/data/maps/daedalus/rooms/J2 Vestibule.txtpb
blob: 57f5a4f50074f287b84fd2d54071079a4677590b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
name: "J2 Vestibule"
panel_display_name: "Southwest Area"
panels {
  name: "COLORFUL"
  path: "Panels/Entry/hotel_entry2"
  clue: "colorful"
  answer: "vivid"
  symbols: SUN
  display_name: "COLORFUL (2)"
}
                                                           
#ifndef TRACKER_STATE_H_8639BC90
#define TRACKER_STATE_H_8639BC90

#include <map>
#include <string>

void ResetReachabilityRequirements();

void RecalculateReachability();

bool IsLocationReachable(int location_id);

bool IsDoorOpen(int door_id);

bool IsPaintingReachable(int painting_id);

const std::map<std::string, bool>& GetDoorRequirements(int door_id);

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