#ifndef PATHING_H #define PATHING_H class Pathing { public: int Month(int num); }; #endif