Externals: Enable IMGUI_DISABLE_OBSOLETE_FUNCTIONS

This commit is contained in:
Pokechu22 2022-01-16 19:19:45 -08:00
parent 30a34d06c1
commit 9e19d10f9d

View File

@ -27,7 +27,7 @@
//#define IMGUI_API __declspec( dllimport )
//---- Don't define obsolete functions/enums/behaviors. Consider enabling from time to time after updating to avoid using soon-to-be obsolete function/names.
//#define IMGUI_DISABLE_OBSOLETE_FUNCTIONS
#define IMGUI_DISABLE_OBSOLETE_FUNCTIONS
//---- Disable all of Dear ImGui or don't implement standard windows.
// It is very strongly recommended to NOT disable the demo windows during development. Please read comments in imgui_demo.cpp.