Skip to content
Snippets Groups Projects
PlatoonController.h 224 B
Newer Older
Hoop77's avatar
-
Hoop77 committed
//
// Created by philipp on 12.02.18.
//

#ifndef CAR_PLATOONCONTROLLER_H
#define CAR_PLATOONCONTROLLER_H

namespace car
{

class PlatoonController
{
public:
Hoop77's avatar
-  
Hoop77 committed
    void run();
Hoop77's avatar
-
Hoop77 committed

private:
};

}

#endif //CAR_PLATOONCONTROLLER_H