1
#ifndef DATABASE_H
2
#define DATABASE_H
3
4
enum { EBEST=0, EOK, EWORST };
5
6
#endif // DATABASE_H