From: numzero Date: Fri, 3 Mar 2023 18:59:11 +0000 (+0300) Subject: Restore obsolete constants as they are still used in some code I don’t want to touch X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=2e9ed529b1d4eb486cdde320b9564c711ba1e508;p=irrlicht.git Restore obsolete constants as they are still used in some code I don’t want to touch --- 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. */