From 61377c582e0f2675baa5f5e6e30a35d1a4164b33 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 1 May 2017 16:08:43 +0300 Subject: Add hxx extension for headers and lib prefix for library dir --- libbutl/manifest-forward.hxx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 libbutl/manifest-forward.hxx (limited to 'libbutl/manifest-forward.hxx') diff --git a/libbutl/manifest-forward.hxx b/libbutl/manifest-forward.hxx new file mode 100644 index 0000000..68864a1 --- /dev/null +++ b/libbutl/manifest-forward.hxx @@ -0,0 +1,15 @@ +// file : libbutl/manifest-forward.hxx -*- C++ -*- +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +#ifndef LIBBUTL_MANIFEST_FORWARD_HXX +#define LIBBUTL_MANIFEST_FORWARD_HXX + +namespace butl +{ + class manifest_parser; + class manifest_serializer; + class manifest_name_value; +} + +#endif // LIBBUTL_MANIFEST_FORWARD_HXX -- cgit v1.1