From 2e9ed529b1d4eb486cdde320b9564c711ba1e508 Mon Sep 17 00:00:00 2001 From: numzero Date: Fri, 3 Mar 2023 21:59:11 +0300 Subject: [PATCH] =?UTF-8?q?Restore=20obsolete=20constants=20as=20they=20ar?= =?UTF-8?q?e=20still=20used=20in=20some=20code=20I=20don=E2=80=99t=20want?= =?UTF-8?q?=20to=20touch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/EDriverTypes.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/EDriverTypes.h b/include/EDriverTypes.h index 04097573..71cea544 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. */