Code

Create a new macro in path-prefix.h, WIN32_DATADIR, that works similarly to BR_DATADI...
[inkscape.git] / src / conditions.h
1 #ifndef CONDITIONS_H_
2 #define CONDITIONS_H_
4 #include "sp-item.h"
6 bool sp_item_evaluate(SPItem const *item);
8 #endif /*CONDITIONS_H_*/