Saga3D API Documentation  1.0-RC4
EDeviceTypes.h
Go to the documentation of this file.
1 #ifndef __E_DEVICE_TYPES_H_INCLUDED__
2 #define __E_DEVICE_TYPES_H_INCLUDED__
3 
4 namespace saga
5 {
6 
8  enum class E_DEVICE_TYPE
9  {
10  SDL,
11  };
12 
13 } // namespace saga
14 
15 #endif // __E_DEVICE_TYPES_H_INCLUDED__
16 
saga::E_DEVICE_TYPE
E_DEVICE_TYPE
An enum class for the different device types supported by the engine.
Definition: EDeviceTypes.h:8
saga::E_DEVICE_TYPE::SDL
@ SDL
saga
Definition: aabbox3d.h:11