summaryrefslogtreecommitdiff
path: root/imgui/imconfig.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-03-07 20:49:22 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-03-07 20:49:22 +0100
commit34f5b833d86ea1dad98d683723cf05a17684237b (patch)
treeda96384eb99ed097c8df4af14fdb32ae587633a3 /imgui/imconfig.h
parentc1890c5c1cbbd9ac9f22903ba01c326458d9238a (diff)
add ImFileDialog with minor changes
Diffstat (limited to 'imgui/imconfig.h')
-rw-r--r--imgui/imconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/imgui/imconfig.h b/imgui/imconfig.h
index 13166d8..d556cba 100644
--- a/imgui/imconfig.h
+++ b/imgui/imconfig.h
@@ -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 clean your code of obsolete function/names.
-#define IMGUI_DISABLE_OBSOLETE_FUNCTIONS
+//#define IMGUI_DISABLE_OBSOLETE_FUNCTIONS
//#define IMGUI_DISABLE_OBSOLETE_KEYIO // 1.87+ disable legacy io.KeyMap[]+io.KeysDown[] in favor io.AddKeyEvent(). This is automatically done by IMGUI_DISABLE_OBSOLETE_FUNCTIONS.
//---- Disable all of Dear ImGui or don't implement standard windows/tools.