#ifndef CONDITIONS_H_ #define CONDITIONS_H_ class SPItem; bool sp_item_evaluate(SPItem const *item); #endif /*CONDITIONS_H_*/