diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-30 22:03:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-30 22:03:25 +0100 |
| commit | 34a25d89b16a33b5f619ae0eaaa03c17f93980af (patch) | |
| tree | 9a1778042b027bbf71256f7ce855157d913fb6c1 /src/cpl.h | |
| parent | 25771018926d71d9312f216238d6a33a8892a748 (diff) | |
Hacks.
Diffstat (limited to 'src/cpl.h')
| -rw-r--r-- | src/cpl.h | 8 |
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); + +}; |
