about summary refs log tree commit diff stats
path: root/data/maps/the_double_sided
ModeNameSize
-rw-r--r--connections.txtpb2901log stats plain blame
-rw-r--r--doors.txtpb2794log stats plain blame
-rw-r--r--metadata.txtpb33log stats plain blame
d---------rooms1106log stats plain
af5782da8ff684a6ec412b7b6ac'>ea16cff ^
67a2efe ^

4d8e362 ^

70f1c62 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 */