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_CONSOLE,
00038 
00040 
00044                 EIDT_BEST
00045         };
00046 
00047 } // end namespace irr
00048 
00049 #endif // __E_DEVICE_TYPES_H_INCLUDED__
00050 

The Irrlicht Engine
The Irrlicht Engine Documentation © 2003-2009 by Nikolaus Gebhardt. Generated on Sun Jan 10 09:24:03 2010 by Doxygen (1.5.6)