10 lines
102 B
C++
Executable file
10 lines
102 B
C++
Executable file
#ifndef PATHING_H
|
|
#define PATHING_H
|
|
|
|
class Pathing
|
|
{
|
|
public:
|
|
int Month(int num);
|
|
|
|
};
|
|
#endif
|