Added macro for deprecating things
parent
2de9c4786b
commit
6b26b5bebd
|
@ -81,4 +81,8 @@
|
|||
#define TGUI_CONSTEXPR constexpr
|
||||
#endif
|
||||
|
||||
#ifndef TGUI_NO_DEPRECATED_WARNINGS
|
||||
#define TGUI_DEPRECATED(msg) [[deprecated(msg)]]
|
||||
#endif
|
||||
|
||||
#endif // TGUI_CONFIG_HPP
|
||||
|
|
Loading…
Reference in New Issue