Update imgui library to latest.

This commit is contained in:
Mr_Goldberg 2021-05-16 21:04:18 -04:00
parent 0595490c00
commit 5495f36ed6
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
20 changed files with 8787 additions and 2829 deletions

View file

@ -14,7 +14,7 @@
// Read online: https://github.com/ocornut/imgui/tree/master/docs
#pragma once
#include "../../imgui.h" // IMGUI_IMPL_API
#include "imgui.h" // IMGUI_IMPL_API
#ifdef _MSC_VER
#pragma warning (push)