Version 1.61 + todo additions

This commit is contained in:
omar
2018-05-14 11:58:11 +02:00
parent d7cc4bc317
commit 78b28d545f
8 changed files with 26 additions and 21 deletions

View File

@ -1,4 +1,4 @@
// dear imgui, v1.61 WIP
// dear imgui, v1.61
// (headers)
// See imgui.cpp file for documentation.
@ -22,7 +22,7 @@
#include <string.h> // memset, memmove, memcpy, strlen, strchr, strcpy, strcmp
// Version
#define IMGUI_VERSION "1.61 WIP"
#define IMGUI_VERSION "1.61"
#define IMGUI_CHECKVERSION() ImGui::DebugCheckVersionAndDataLayout(IMGUI_VERSION, sizeof(ImGuiIO), sizeof(ImGuiStyle), sizeof(ImVec2), sizeof(ImVec4), sizeof(ImDrawVert))
// Define attributes of all API symbols declarations (e.g. for DLL under Windows)