aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornumzero <numzer0@yandex.ru>2023-03-03 21:59:11 +0300
committernumzero <numzer0@yandex.ru>2023-03-03 22:01:50 +0300
commit2e9ed529b1d4eb486cdde320b9564c711ba1e508 (patch)
treeb84f7d535258e94208d44f81ac7da6e8453af280
parentceb53be9e3ada7f5e9fdc1262a2612a9ea6fbd8b (diff)
downloadirrlicht-2e9ed529b1d4eb486cdde320b9564c711ba1e508.tar.xz
Restore obsolete constants as they are still used in some code I don’t want to touch
-rw-r--r--include/EDriverTypes.h7
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. */