mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 18:19: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:
@@ -1,9 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "simulation.h"
|
||||
#include "Event.h"
|
||||
#include "scene.h"
|
||||
#include "MemCell.h"
|
||||
#include "simulation/simulation.h"
|
||||
#include "world/Event.h"
|
||||
#include "scene/scene.h"
|
||||
#include "world/MemCell.h"
|
||||
|
||||
namespace map
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user