00001 00013 #ifndef TESTER_H_INCLUDED 00014 #define TESTER_H_INCLUDED 00015 00016 #include "DVPStationDBLoader.h" 00017 #include "NoganePathFinder.h" 00018 #include "StationsDB.h" 00019 #include "Display.h" 00020 00021 class DVPStationDBFiller; 00022 class BlasPathFinder; 00023 class StationsDB; 00024 class Display; 00025 00027 class Tester 00028 { 00029 public: 00030 00031 void run(); 00032 }; 00033 00034 #endif // TESTER_H_INCLUDED