summaryrefslogtreecommitdiff
path: root/src/cpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpl.h')
-rw-r--r--src/cpl.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cpl.h b/src/cpl.h
new file mode 100644
index 00000000..6ec55e61
--- /dev/null
+++ b/src/cpl.h
@@ -0,0 +1,8 @@
+#include "xml.h"
+
+class CPL : public XML
+{
+public:
+ CPL (std::string file);
+
+};