// // Created by philipp on 12.02.18. // #ifndef CAR_PLATOONCONTROLLER_H #define CAR_PLATOONCONTROLLER_H namespace car { class PlatoonController { public: private: }; } #endif //CAR_PLATOONCONTROLLER_H