Not sure if I'm a huge fan that I have to specify the folders in the includes now
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <SFML/System/Vector2.hpp>
|
||||
#include "util.hpp"
|
||||
#include "Pub_Sub.h"
|
||||
#include "RayCaster.h"
|
||||
#include "raycaster/RayCaster.h"
|
||||
#include "LightHandle.h"
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include <RayCaster.h>
|
||||
#include <raycaster/RayCaster.h>
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
#include "util.hpp"
|
||||
|
||||
Reference in New Issue
Block a user