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:
@@ -8,12 +8,12 @@ http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "openglparticles.h"
|
||||
#include "rendering/openglparticles.h"
|
||||
|
||||
#include "particles.h"
|
||||
#include "openglcamera.h"
|
||||
#include "simulation.h"
|
||||
#include "Logs.h"
|
||||
#include "rendering/particles.h"
|
||||
#include "rendering/openglcamera.h"
|
||||
#include "simulation/simulation.h"
|
||||
#include "utilities/Logs.h"
|
||||
|
||||
std::vector<std::pair<glm::vec3, glm::vec2>> const billboard_vertices {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user