#pragma once #ifndef FASTER_STATUS_H #define FASTER_STATUS_H int isSmartSchEnabled(); void setSmartSchEnabled(int); #endif // FASTER_STATUS_H