mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 13:39:18 +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 @@
|
||||
#include "stdafx.h"
|
||||
#include "moon.h"
|
||||
#include "Globals.h"
|
||||
#include "mtable.h"
|
||||
#include "utilities.h"
|
||||
#include "simulationtime.h"
|
||||
#include "environment/moon.h"
|
||||
#include "utilities/Globals.h"
|
||||
#include "world/mtable.h"
|
||||
#include "utilities/utilities.h"
|
||||
#include "simulation/simulationtime.h"
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////
|
||||
// cSun -- class responsible for dynamic calculation of position and intensity of the Sun,
|
||||
|
||||
Reference in New Issue
Block a user