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

View File

@@ -1,7 +1,6 @@
#include "stdafx.h"
#include "widgets/map.h"
#include "widgets/map_objects.h"
#include "imgui/imgui.h"
#include "Logs.h"
#include "Train.h"
#include "Camera.h"

View File

@@ -1,6 +1,6 @@
#include "stdafx.h"
#include "widgets/vehiclelist.h"
#include "simulation.h"
#include "imgui/imgui.h"
#include "Driver.h"
void ui::vehiclelist_panel::render_contents() {