We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7437b43 commit fd3c606Copy full SHA for fd3c606
imgui.h
@@ -6,7 +6,9 @@
6
7
#pragma once
8
9
+#if !defined(IMGUI_DISABLE_INCLUDE_IMCONFIG_H) || defined(IMGUI_INCLUDE_IMCONFIG_H)
10
#include "imconfig.h" // User-editable configuration file
11
+#endif
12
#include <float.h> // FLT_MAX
13
#include <stdarg.h> // va_list
14
#include <stddef.h> // ptrdiff_t, NULL
0 commit comments