aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/rails.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/rails.h')
-rw-r--r--engines/mads/rails.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/mads/rails.h b/engines/mads/rails.h
index c95f5c47a6..ea12177038 100644
--- a/engines/mads/rails.h
+++ b/engines/mads/rails.h
@@ -127,6 +127,10 @@ public:
* Synchronize the data for the route
*/
void synchronize(Common::Serializer &s);
+
+ void disableNode(int idx);
+ void disableLine(int from, int to);
+
};
} // End of namespace MADS