summaryrefslogtreecommitdiff
path: root/src/cpl.h
blob: 6ec55e619a4ad46b15aef1e693246e53087c6d56 (plain)
1
2
3
4
5
6
7
8
#include "xml.h"

class CPL : public XML
{
public:
	CPL (std::string file);

};