Cleanup include ImGuiToolkit

This commit is contained in:
Bruno Herbelin
2021-11-14 00:18:10 +01:00
parent 8676e9b900
commit d6c689c5bb
9 changed files with 7 additions and 18 deletions

View File

@@ -27,12 +27,6 @@
# include <shellapi.h>
#endif
#include "imgui.h"
#ifndef IMGUI_DEFINE_MATH_OPERATORS
#define IMGUI_DEFINE_MATH_OPERATORS
#endif
#include "imgui_internal.h"
#define MILISECOND 1000000UL
#define SECOND 1000000000UL
#define MINUTE 60000000000UL