Ariles
pugixml.h
Go to the documentation of this file.
1 /**
2  @file
3  @author Alexander Sherikov
4  @copyright
5 
6  @brief
7 */
8 
9 #pragma once
10 
11 #define ARILES_BRIDGE_INCLUDED_pugixml
12 
14 
15 namespace ariles
16 {
17  namespace bridge
18  {
19  namespace pugixml = ariles::ns_pugixml;
20  }
21 } // namespace ariles
Definition: basic.h:17