mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-06 04:20:08 +00:00
Nav: #define IMGUI_HAS_NAV to ease sharing code across branches of imgui
This commit is contained in:
parent
20983773f1
commit
f6ff373b22
1 changed files with 1 additions and 0 deletions
1
imgui.h
1
imgui.h
|
|
@ -17,6 +17,7 @@
|
|||
#include <string.h> // 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue