]> git.tdb.fi Git - r2c2.git/blobdiff - source/remote/remote.h
Foundations of using physics simulation for trains
[r2c2.git] / source / remote / remote.h
index a4bfc428e7ed467797e90b59414ded97baf2a367..6d6be3377aa1f1cc71ffb2b4407c88335f0ee03e 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$
 
 This file is part of the MSP Märklin suite
-Copyright © 2009  Mikkosoft Productions, Mikko Rasa
+Copyright © 2009-2010  Mikkosoft Productions, Mikko Rasa
 Distributed under the GPL
 */
 
@@ -31,6 +31,8 @@ private:
 
 public:
        Remote(int argc, char **argv);
+
+       const Marklin::Catalogue &get_catalogue() const { return catalogue; }
 private:
        void tick();