Sceneview
 All Classes Functions Variables Enumerations Enumerator Groups Pages
importer_rwx.hpp
1 // Copyright [2015] Albert Huang
2 
3 #ifndef SCENEVIEW_IMPORTER_RWX_HPP__
4 #define SCENEVIEW_IMPORTER_RWX_HPP__
5 
6 #include <sceneview/scene.hpp>
7 #include <sceneview/resource_manager.hpp>
8 
9 namespace sv {
10 
14 Scene::Ptr ImportRwxFile(ResourceManager::Ptr resources,
15  const QString& fname,
16  const QString& resource_name = ResourceManager::kAutoName);
17 
18 } // namespace sv
19 
20 #endif // SCENEVIEW_IMPORTER_RWX_HPP__