]> rtime.felk.cvut.cz Git - hubacji1/bcar.git/blob - api/pslot.h
bfd984f715135d024937290021f52fc2255a0d26
[hubacji1/bcar.git] / api / pslot.h
1 #ifndef PSLOT_H
2 #define PSLOT_H
3
4 /*! \brief Parking slot basic class.
5
6 This class contains some geometrical computations of parking slot.
7 */
8 class ParkingSlot {
9         private:
10         public:
11                 ParkingSlot();
12 };
13
14 #endif /* PSLOT_H */