16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 00:49:19 +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

@@ -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() {