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

@@ -1,5 +1,5 @@
#pragma once
#include <RayCaster.h>
#include <raycaster/RayCaster.h>
#include <vector>
#include <iostream>
#include "util.hpp"