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 };