libSplash
pdc_defines.hpp
1 
23 #ifndef PDC_DEFINES_HPP
24 #define PDC_DEFINES_HPP
25 
26 namespace splash
27 {
28 #define PDC_GROUP_CUSTOM "/"
29 #define PDC_ATTR_APPEND "pdc_fillsize"
30 }
31 
32 #endif /* PDC_DEFINES_HPP */