Бранимир Караџић пре 3 година
родитељ
комит
86b027763a
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      3rdparty/dear-imgui/imconfig.h

+ 2 - 0
3rdparty/dear-imgui/imconfig.h

@@ -7,6 +7,8 @@
 #pragma once
 
 #define IMGUI_DISABLE_OBSOLETE_FUNCTIONS
+#define IMGUI_DISABLE_OBSOLETE_KEYIO
+#define IMGUI_DISABLE_DEFAULT_ALLOCATORS
 
 //---- Define your own ImVector<> type if you don't want to use the provided implementation defined in imgui.h
 //#include <vector>