Restore obsolete constants as they are still used in some code I don’t want to touch

This commit is contained in:
numzero 2023-03-03 21:59:11 +03:00
parent ceb53be9e3
commit 2e9ed529b1
1 changed files with 7 additions and 0 deletions

View File

@ -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. */