Files
qad/cd_utils/cdutils_k_parser.h

19 lines
219 B
C++

#ifndef CDUTILS_K_PARSER_H
#define CDUTILS_K_PARSER_H
class PIIODevice;
namespace CDUtils {
class KSection;
namespace KParser {
KSection parse(PIIODevice * d);
}
}
#endif // CDUTILS_K_PARSER_H