implemented type3 fonts in pdf2pdf, added fontmatrix tests to testsuite
[swftools.git] / installer / utils.h
1 #ifndef __utils_h__
2 #define __utils_h__
3 char* concatPaths(const char*base, const char*add);
4 #endif