Sceneview
Main Page
Related Pages
Modules
Classes
Files
File List
All
Classes
Functions
Variables
Enumerations
Enumerator
Groups
Pages
src
sceneview
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__
Generated on Thu Nov 17 2016 21:51:34 for Sceneview by
1.8.6