Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members | Tutorials

EDeviceTypes.h

Go to the documentation of this file.
00001 #ifndef __E_DEVICE_TYPES_H_INCLUDED__
00002 #define __E_DEVICE_TYPES_H_INCLUDED__
00003 
00004 namespace irr
00005 {
00006 
00008         enum E_DEVICE_TYPE
00009         {
00010 
00012 
00013                 EIDT_WIN32,
00014 
00016 
00017                 EIDT_WINCE,
00018 
00020 
00022                 EIDT_X11,
00023 
00025 
00026                 EIDT_OSX,
00027 
00029 
00031                 EIDT_SDL,
00032 
00034 
00037                 EIDT_FRAMEBUFFER,
00038 
00040 
00043                 EIDT_CONSOLE,
00044 
00046 
00050                 EIDT_BEST
00051         };
00052 
00053 } // end namespace irr
00054 
00055 #endif // __E_DEVICE_TYPES_H_INCLUDED__
00056 

The Irrlicht Engine
The Irrlicht Engine Documentation © 2003-2010 by Nikolaus Gebhardt. Generated on Sun Oct 24 12:41:56 2010 by Doxygen (1.6.2)