lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
xml.h
00001 /*****************************************************/
00002 /* lean XML                     (c) Tobias Zirr 2011 */
00003 /*****************************************************/
00004 
00005 #ifndef LEAN_XML_XML
00006 #define LEAN_XML_XML
00007 
00008 namespace lean
00009 {
00011     namespace xml { }
00012 }
00013 
00014 #include "xml_file.h"
00015 #include "utility.h"
00016 
00017 #endif