Not sure if I'm a huge fan that I have to specify the folders in the includes now

This commit is contained in:
MitchellHansen
2017-02-08 01:35:14 -08:00
parent afa6ce463a
commit 0047db0a65
7 changed files with 8 additions and 13 deletions

View File

@@ -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"