19 lines
219 B
C++
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
|