16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 03:09:18 +02:00

imgui include fix

This commit is contained in:
milek7
2019-03-06 17:42:52 +01:00
parent 1f0d8c4dc8
commit 748e7b1dda
3 changed files with 1 additions and 11 deletions

View File

@@ -119,12 +119,3 @@ int const null_handle = 0;
#endif
#endif
#ifdef DBG_NEW
#pragma push_macro("new")
#undef new
#include "imgui/imgui.h"
#pragma pop_macro("new")
#else
#include "imgui/imgui.h"
#endif