Correcting include paths
This commit is contained in:
		| @@ -15,8 +15,8 @@ | ||||
|    along with this program.  If not, see <https://www.gnu.org/licenses/>  */ | ||||
|  | ||||
| #include <stdlib.h> | ||||
| #include "../inc/directions.h" | ||||
| #include "../inc/route.h" | ||||
| #include "../include/directions.h" | ||||
| #include "../include/route.h" | ||||
|  | ||||
| #define RANDINT(MAX) (rand() % MAX) | ||||
|  | ||||
|   | ||||
| @@ -15,9 +15,9 @@ | ||||
|    along with this program.  If not, see <https://www.gnu.org/licenses/>  */ | ||||
|  | ||||
| #include <stdlib.h> | ||||
| #include "../inc/grid.h" | ||||
| #include "../inc/indicators.h" | ||||
| #include "../inc/route.h" | ||||
| #include "../include/grid.h" | ||||
| #include "../include/indicators.h" | ||||
| #include "../include/route.h" | ||||
|  | ||||
| #define RANDINT(MAX) (rand() % MAX) | ||||
|  | ||||
|   | ||||
| @@ -15,8 +15,8 @@ | ||||
|    along with this program.  If not, see <https://www.gnu.org/licenses/>  */ | ||||
|  | ||||
| #include <stdlib.h> | ||||
| #include "../inc/indicators.h" | ||||
| #include "../inc/route.h" | ||||
| #include "../include/indicators.h" | ||||
| #include "../include/route.h" | ||||
|  | ||||
| indicators *init_indicators(int width) | ||||
| { | ||||
|   | ||||
| @@ -15,8 +15,8 @@ | ||||
|    along with this program.  If not, see <https://www.gnu.org/licenses/>  */ | ||||
|  | ||||
| #include <stdlib.h> | ||||
| #include "../inc/directions.h" | ||||
| #include "../inc/route.h" | ||||
| #include "../include/directions.h" | ||||
| #include "../include/route.h" | ||||
|  | ||||
| #define RANDINT(MIN, MAX) ((rand()%(MAX-MIN)) + MIN) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user