dirtylevel.h
300 Bytes
#ifndef DIRTYLEVEL_H
#define DIRTYLEVEL_H
#include <QtCore>
namespace DirtyLevel {
void cookStart();
void cookEnd();
void wash(int type);
int dirty();
int state();
int cookingTime();
void setCookingTime(qint64 secs);
int cookingCount();
void setCookingCount(int count);
}
#endif // DIRTYLEVEL_H