mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 12:08:47 +02:00
Version number 1.44
This commit is contained in:
4
imgui.h
4
imgui.h
@ -1,4 +1,4 @@
|
||||
// ImGui library v1.44 WIP
|
||||
// ImGui library v1.44
|
||||
// Headers
|
||||
|
||||
// See imgui.cpp file for documentation.
|
||||
@ -17,7 +17,7 @@
|
||||
#include <stdlib.h> // NULL, malloc, free, qsort, atoi
|
||||
#include <string.h> // memset, memmove, memcpy, strlen, strchr, strcpy, strcmp
|
||||
|
||||
#define IMGUI_VERSION "1.44 WIP"
|
||||
#define IMGUI_VERSION "1.44"
|
||||
|
||||
// Define assertion handler.
|
||||
#ifndef IM_ASSERT
|
||||
|
Reference in New Issue
Block a user