]> git.tdb.fi Git - r2c2.git/blobdiff - source/libmarklin/trackpart.h
Add Id tags and copyright notices to files
[r2c2.git] / source / libmarklin / trackpart.h
index 092e586999bc75a26a7ba4c3f354157ac7509912..5aa4b0c8b0a487084ba310c37341a21ed34b0c6c 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef MARKLIN_TRACKPART_H_
 #define MARKLIN_TRACKPART_H_
 
@@ -30,6 +37,7 @@ struct TrackPart
        bool     dead_end;
 
        TrackPart();
+
        void collect_endpoints(std::vector<Endpoint> &);
 };