Line-Following-Robot/IntersectionHandler/intersection_handler.h

11 lines
142 B
C++

#pragma once
class IntersectionHandler
{
private:
/* data */
public:
IntersectionHandler(/* args */);
~IntersectionHandler();
};