#ifndef DIRTYLEVEL_H #define DIRTYLEVEL_H namespace DirtyLevel { void cookStart(); void cookEnd(); int dirty(); int state(); } #endif // DIRTYLEVEL_H