pish/include/Integrated.h

9 lines
139 B
C
Executable File

#ifndef INTEGRATED_H
#define INTEGRATED_H
#include "Common.h"
void IntegratedCheck(char* command);
void ReadPishrc(void);
#endif