aboutsummaryrefslogtreecommitdiff
path: root/week09/Exercise3/TrainNetwork.h
diff options
context:
space:
mode:
Diffstat (limited to 'week09/Exercise3/TrainNetwork.h')
-rw-r--r--week09/Exercise3/TrainNetwork.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/week09/Exercise3/TrainNetwork.h b/week09/Exercise3/TrainNetwork.h
index 2d40879..ca0296e 100644
--- a/week09/Exercise3/TrainNetwork.h
+++ b/week09/Exercise3/TrainNetwork.h
@@ -7,6 +7,7 @@ class TrainNetwork {
bool collided[512];
public:
+ TrainNetwork(const char id[8], Train trains[512]);
bool HaveCollided(int index1, int index2);
int RunTrains();
};