aboutsummaryrefslogtreecommitdiff
path: root/include/EDeviceTypes.h
diff options
context:
space:
mode:
authorVitaliy <numzer0@yandex.ru>2023-03-11 17:04:09 +0300
committerGitHub <noreply@github.com>2023-03-11 15:04:09 +0100
commit5a5a7d04b71b576ac9eed1bb58110009f8b46d0b (patch)
treea1d94ca96df4ddfdbfc2f190b8779a59da2073f4 /include/EDeviceTypes.h
parent1d43ea17ca8ee9a01262e9e34c5c89579b97397f (diff)
downloadirrlicht-5a5a7d04b71b576ac9eed1bb58110009f8b46d0b.tar.xz
Drop IrrCompileConfig (#163)
Diffstat (limited to 'include/EDeviceTypes.h')
-rw-r--r--include/EDeviceTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/EDeviceTypes.h b/include/EDeviceTypes.h
index be61460..a0c1ca7 100644
--- a/include/EDeviceTypes.h
+++ b/include/EDeviceTypes.h
@@ -31,7 +31,7 @@ namespace irr
//! A device which uses Simple DirectMedia Layer
/** The SDL device works under all platforms supported by SDL but first must be compiled
- in by defining the _IRR_COMPILE_WITH_SDL_DEVICE_ macro in IrrCompileConfig.h */
+ in by setting the USE_SDL2 CMake option to ON */
EIDT_SDL,
//! This selection allows Irrlicht to choose the best device from the ones available.