Added IMGUI_DISABLE_OBSOLETE_FUNCTIONS

This commit is contained in:
ocornut
2015-05-31 11:17:58 +01:00
parent 475498f2eb
commit 0539be7067
3 changed files with 7 additions and 0 deletions

View File

@ -31,6 +31,9 @@
//---- Don't implement help and test window functionality (ShowUserGuide()/ShowStyleEditor()/ShowTestWindow() methods will be empty)
//#define IMGUI_DISABLE_TEST_WINDOWS
//---- Don't define obsolete functions names
//#define IMGUI_DISABLE_OBSOLETE_FUNCTIONS
//---- Implement STB libraries in a namespace to avoid conflicts
//#define IMGUI_STB_NAMESPACE ImStb