mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Rewrite #includes to use explicit subdirectory paths
Co-authored-by: Hirek193 <23196899+Hirek193@users.noreply.github.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "uilayer.h"
|
||||
#include "translation.h"
|
||||
#include "command.h"
|
||||
#include "renderer.h"
|
||||
#include "application/uilayer.h"
|
||||
#include "utilities/translation.h"
|
||||
#include "input/command.h"
|
||||
#include "rendering/renderer.h"
|
||||
|
||||
namespace ui
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user