mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 14: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:
@@ -1,10 +1,10 @@
|
||||
#include "stdafx.h"
|
||||
#include "openvr_imp.h"
|
||||
#include "Logs.h"
|
||||
#include "Globals.h"
|
||||
#include "renderer.h"
|
||||
#include "simulation.h"
|
||||
#include "application.h"
|
||||
#include "utilities/Logs.h"
|
||||
#include "utilities/Globals.h"
|
||||
#include "rendering/renderer.h"
|
||||
#include "simulation/simulation.h"
|
||||
#include "application/application.h"
|
||||
|
||||
vr_openvr::vr_openvr()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user