pish/include/Integrated.h

8 lines
115 B
C
Raw Normal View History

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