Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Resources
Interiors
Entities
InteriorsEntityModel.h
1
// Copyright eeGeo Ltd (2012-2015), All Rights Reserved
2
3
#pragma once
4
5
#include "Rendering.h"
6
#include <string>
7
8
namespace
Eegeo
9
{
10
namespace
Resources
11
{
12
namespace
Interiors
13
{
14
namespace
Entities
15
{
16
class
InteriorsEntityModel
17
{
18
public
:
19
InteriorsEntityModel
(
const
std::string& identifier);
20
21
const
std::string& GetIdentifier()
const
;
22
23
private
:
24
std::string m_id;
25
};
26
}
27
}
28
}
29
}
Generated on Sat Jun 10 2023 02:00:32 for eeGeo Platform SDK by
1.8.3.1