Ocular Engine
SceneLoadInternal.hpp
1 
22 #pragma once
23 #ifndef __H__OCULAR_SCENE_LOAD_INTERNAL__H__
24 #define __H__OCULAR_SCENE_LOAD_INTERNAL__H__
25 
26 #include <pugixml/pugixml.hpp>
27 
28 //------------------------------------------------------------------------------------------
29 
34 namespace Ocular
35 {
40  namespace Core
41  {
43  {
44  pugi::xml_node* node;
45  };
46  }
50 }
55 //------------------------------------------------------------------------------------------
56 
57 #endif
Note: Once this library is made dynamic, this will no longer be needed.
Definition: Common.hpp:70
Definition: SceneLoadInternal.hpp:42