summaryrefslogtreecommitdiff
path: root/src/koopatlas/mapdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/koopatlas/mapdata.h')
-rw-r--r--src/koopatlas/mapdata.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/koopatlas/mapdata.h b/src/koopatlas/mapdata.h
index 8a199a6..9f40433 100644
--- a/src/koopatlas/mapdata.h
+++ b/src/koopatlas/mapdata.h
@@ -82,15 +82,9 @@ struct dKPNode_s {
return 0;
}
- dKPPath_s *getOppositeExitTo(dKPPath_s *path);
-
-
- // FORWARDS COMPATIBILITY:
+ bool isUnlocked();
- // mHeapAllocator_c allocator;
- // m3d::mdl_c model;
- // m3d::anmVis_c color;
- // mMtx matrix;
+ dKPPath_s *getOppositeExitTo(dKPPath_s *path);
};
struct dKPPath_s {
@@ -153,7 +147,6 @@ struct dKPLayer_s {
};
};
-
int findNodeID(dKPNode_s *node);
};