From f6ff373b221b4bff34d03905d1aaca67dfa05a22 Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 23 Oct 2017 14:54:23 +0200 Subject: [PATCH] Nav: #define IMGUI_HAS_NAV to ease sharing code across branches of imgui --- imgui.h | 1 + 1 file changed, 1 insertion(+) diff --git a/imgui.h b/imgui.h index c31fd1ff..245a0636 100644 --- a/imgui.h +++ b/imgui.h @@ -17,6 +17,7 @@ #include // memset, memmove, memcpy, strlen, strchr, strcpy, strcmp #define IMGUI_VERSION "1.52 WIP" +#define IMGUI_HAS_NAV // navigation branch // Define attributes of all API symbols declarations, e.g. for DLL under Windows. #ifndef IMGUI_API