mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 22:09:19 +02:00
imgui include fix
This commit is contained in:
9
stdafx.h
9
stdafx.h
@@ -119,12 +119,3 @@ int const null_handle = 0;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#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
|
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include "widgets/map.h"
|
#include "widgets/map.h"
|
||||||
#include "widgets/map_objects.h"
|
#include "widgets/map_objects.h"
|
||||||
#include "imgui/imgui.h"
|
|
||||||
#include "Logs.h"
|
#include "Logs.h"
|
||||||
#include "Train.h"
|
#include "Train.h"
|
||||||
#include "Camera.h"
|
#include "Camera.h"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
|
#include "stdafx.h"
|
||||||
#include "widgets/vehiclelist.h"
|
#include "widgets/vehiclelist.h"
|
||||||
#include "simulation.h"
|
#include "simulation.h"
|
||||||
#include "imgui/imgui.h"
|
|
||||||
#include "Driver.h"
|
#include "Driver.h"
|
||||||
|
|
||||||
void ui::vehiclelist_panel::render_contents() {
|
void ui::vehiclelist_panel::render_contents() {
|
||||||
|
|||||||
Reference in New Issue
Block a user