diff options
author | Vitaliy <numzer0@yandex.ru> | 2023-03-11 17:04:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-11 15:04:09 +0100 |
commit | 5a5a7d04b71b576ac9eed1bb58110009f8b46d0b (patch) | |
tree | a1d94ca96df4ddfdbfc2f190b8779a59da2073f4 /include/EDeviceTypes.h | |
parent | 1d43ea17ca8ee9a01262e9e34c5c89579b97397f (diff) | |
download | irrlicht-5a5a7d04b71b576ac9eed1bb58110009f8b46d0b.tar.xz |
Drop IrrCompileConfig (#163)
Diffstat (limited to 'include/EDeviceTypes.h')
-rw-r--r-- | include/EDeviceTypes.h | 2 |
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.
|