11 lines
171 B
C
11 lines
171 B
C
#ifndef PISH_H
|
|
#define PISH_H
|
|
|
|
#include "Common.h"
|
|
|
|
void Pish(void);
|
|
void GetInput(char* inputString);
|
|
void ParseInput(char* inputString, CommandStruct* command);
|
|
|
|
#endif
|