mirror of
https://github.com/Drezil/imgui.git
synced 2025-12-08 21:01:05 +01:00
Nav: #define IMGUI_HAS_NAV to ease sharing code across branches of imgui
This commit is contained in:
1
imgui.h
1
imgui.h
@@ -17,6 +17,7 @@
|
|||||||
#include <string.h> // memset, memmove, memcpy, strlen, strchr, strcpy, strcmp
|
#include <string.h> // memset, memmove, memcpy, strlen, strchr, strcpy, strcmp
|
||||||
|
|
||||||
#define IMGUI_VERSION "1.52 WIP"
|
#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.
|
// Define attributes of all API symbols declarations, e.g. for DLL under Windows.
|
||||||
#ifndef IMGUI_API
|
#ifndef IMGUI_API
|
||||||
|
|||||||
Reference in New Issue
Block a user