Version 1.61 WIP

This commit is contained in:
omar
2018-04-09 14:02:32 +02:00
parent dd079fe6e6
commit 6f1f5cbc20
6 changed files with 19 additions and 6 deletions

View File

@ -1,4 +1,4 @@
// dear imgui, v1.60
// dear imgui, v1.61 WIP
// (headers)
// See imgui.cpp file for documentation.
@ -21,7 +21,7 @@
#include <stddef.h> // ptrdiff_t, NULL
#include <string.h> // memset, memmove, memcpy, strlen, strchr, strcpy, strcmp
#define IMGUI_VERSION "1.60"
#define IMGUI_VERSION "1.61 WIP"
// Define attributes of all API symbols declarations, e.g. for DLL under Windows.
#ifndef IMGUI_API