From 424e315dfa9a78aebf0653c95f83fe6ed452dd8e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 2 May 2017 21:26:58 +0300 Subject: Add hxx extension for headers and libstud prefix for library dir --- libstudxml/forward.hxx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 libstudxml/forward.hxx (limited to 'libstudxml/forward.hxx') diff --git a/libstudxml/forward.hxx b/libstudxml/forward.hxx new file mode 100644 index 0000000..c5ae94d --- /dev/null +++ b/libstudxml/forward.hxx @@ -0,0 +1,22 @@ +// file : libstudxml/forward.hxx -*- C++ -*- +// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +// license : MIT; see accompanying LICENSE file + +#ifndef LIBSTUDXML_FORWARD_HXX +#define LIBSTUDXML_FORWARD_HXX + +#include + +#include + +namespace xml +{ + class qname; + class parser; + class serializer; + class exception; +} + +#include + +#endif // LIBSTUDXML_FORWARD_HXX -- cgit v1.1