Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Rendering
IRenderingService.h
1
#pragma once
2
3
#include "Rendering.h"
4
#include "Types.h"
5
6
7
namespace
Eegeo
8
{
9
namespace
Rendering
10
{
11
class
IRenderingService
12
{
13
public
:
14
virtual
~
IRenderingService
() {}
15
16
virtual
void
Start() = 0;
17
};
18
}
19
}
Generated on Sat Jun 10 2023 02:00:32 for eeGeo Platform SDK by
1.8.3.1