summaryrefslogtreecommitdiff
path: root/zenxml/zenxml/xml.h
blob: 411593e7461e01978bd84a854119466426a44753 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// **************************************************************************
// * This file is part of the FreeFileSync project. It is distributed under *
// * GNU General Public License: http://www.gnu.org/licenses/gpl.html       *
// * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved        *
// **************************************************************************

#ifndef ZEN_XML_HEADER_349578228034572457454554
#define ZEN_XML_HEADER_349578228034572457454554

#include "bind.h"

/// The zen::Xml namespace
namespace zen {}

#endif //ZEN_XML_HEADER_349578228034572457454554
bgstack15