mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 00:49:19 +02:00
Rewrite #includes to use explicit subdirectory paths
Co-authored-by: Hirek193 <23196899+Hirek193@users.noreply.github.com>
This commit is contained in:
@@ -9,12 +9,12 @@ http://mozilla.org/MPL/2.0/.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "applicationmode.h"
|
||||
#include "editormouseinput.h"
|
||||
#include "editorkeyboardinput.h"
|
||||
#include "Camera.h"
|
||||
#include "sceneeditor.h"
|
||||
#include "scenenode.h"
|
||||
#include "application/applicationmode.h"
|
||||
#include "input/editormouseinput.h"
|
||||
#include "input/editorkeyboardinput.h"
|
||||
#include "vehicle/Camera.h"
|
||||
#include "scene/sceneeditor.h"
|
||||
#include "scene/scenenode.h"
|
||||
|
||||
class editor_mode : public application_mode
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user