status.h 145 Bytes
Newer Older
1
2
3
4
5
6
7
8
#pragma once
#ifndef FASTER_STATUS_H
#define FASTER_STATUS_H

int isSmartSchEnabled();
void setSmartSchEnabled(int);

#endif  // FASTER_STATUS_H