#ifndef PISH_H #define PISH_H #include "Common.h" void Pish(void); void GetInput(char* inputString); void ParseInput(char* inputString, CommandStruct* command); #endif