pish/include/Integrated.h

8 lines
115 B
C
Executable File

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