diff options
Diffstat (limited to 'include/EDriverTypes.h')
-rw-r--r-- | include/EDriverTypes.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/EDriverTypes.h b/include/EDriverTypes.h index 0409757..71cea54 100644 --- a/include/EDriverTypes.h +++ b/include/EDriverTypes.h @@ -20,6 +20,13 @@ namespace video render and display any graphics. */
EDT_NULL,
+ // obsolete constants to make some code happy
+ // TODO delete
+ EDT_SOFTWARE,
+ EDT_BURNINGSVIDEO,
+ DEPRECATED_EDT_DIRECT3D8_NO_LONGER_EXISTS,
+ EDT_DIRECT3D9,
+
//! OpenGL device, available on most platforms.
/** Performs hardware accelerated rendering of 3D and 2D
primitives. */
|