]> git.tdb.fi Git - r2c2.git/blobdiff - source/engineer/engineer.h
Release non-sensor blocks when the tail end of the train has passed far enough
[r2c2.git] / source / engineer / engineer.h
index 30a3825893827539c8328487e91b76e15c8037eb..dc7a7a02dddf64ca6712bc2986236961972aa70a 100644 (file)
@@ -20,6 +20,7 @@ Distributed under the GPL
 #include "libmarklin/train.h"
 #include "3d/layout.h"
 #include "3d/overlay.h"
+#include "3d/path.h"
 #include "network/server.h"
 #include "options.h"
 
@@ -60,6 +61,9 @@ private:
        Marklin::Track *picking_track;
        int picking_entry;
        Marklin::Path3D *picking_path;
+       int pointer_x;
+       int pointer_y;
+       bool pointer_moved;
 
 public:
        Engineer(int argc, char **argv);