WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 72dde4d

Browse files
committed
Version 1.46
1 parent fbdcb51 commit 72dde4d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

imgui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ImGui library v1.46 WIP
1+
// ImGui library v1.46
22
// Main code & documentation
33

44
// See ImGui::ShowTestWindow() in imgui_demo.cpp for demo code.

imgui.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ImGui library v1.46 WIP
1+
// ImGui library v1.46
22
// Headers
33

44
// See imgui.cpp file for documentation.
@@ -17,7 +17,7 @@
1717
#include <stdlib.h> // NULL, malloc, free, qsort, atoi
1818
#include <string.h> // memset, memmove, memcpy, strlen, strchr, strcpy, strcmp
1919

20-
#define IMGUI_VERSION "1.46 WIP"
20+
#define IMGUI_VERSION "1.46"
2121

2222
// Define assertion handler.
2323
#ifndef IM_ASSERT

imgui_demo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ImGui library v1.46 WIP
1+
// ImGui library v1.46
22
// Demo code
33

44
// Don't remove this file from your project! It is useful reference code that you can execute.

imgui_draw.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ImGui library v1.46 WIP
1+
// ImGui library v1.46
22
// Drawing and font code
33

44
// Contains implementation for

imgui_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ImGui library v1.46 WIP
1+
// ImGui library v1.46
22
// Internals
33
// You may use this file to debug, understand or extend ImGui features but we don't provide any guarantee of forward compatibility!
44

0 commit comments

Comments
 (0)