From 87c42da5eb7ea55fac99294f509bdf766af2088a Mon Sep 17 00:00:00 2001 From: Lendemor Date: Thu, 22 Jan 2015 14:33:12 +0100 Subject: [PATCH] move orange in orange --- orange.c => orange/orange.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename orange.c => orange/orange.c (99%) diff --git a/orange.c b/orange/orange.c similarity index 99% rename from orange.c rename to orange/orange.c index dc64c67..d24f03e 100644 --- a/orange.c +++ b/orange/orange.c @@ -1,11 +1,11 @@ -#include "team.h" -#include "stdio.h" -#include "stdlib.h" +#include +#include + +#include "../team.h" // Development in progress //Structure definition - enum{ O_JOBLESS, O_MASTER, O_GATHERER, O_WOODCUTTER, O_MINER, O_NB_JOBS };