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:
@@ -8,9 +8,9 @@ http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "sky.h"
|
||||
#include "Globals.h"
|
||||
#include "MdlMngr.h"
|
||||
#include "environment/sky.h"
|
||||
#include "utilities/Globals.h"
|
||||
#include "model/MdlMngr.h"
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
//GLfloat lightPos[4] = {0.0f, 0.0f, 0.0f, 1.0f};
|
||||
|
||||
Reference in New Issue
Block a user