about summary refs log tree commit diff stats
path: root/app/assets/stylesheets/main.css.scss
blob: ceb08080ff0dc713e685894a4dda5dd88902823a (plain) (blame)
1
2
3
4
 id='n16' href='#n16'>16
17
18
19
#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 */