#ifndef _UTILITY_H_ #define _UTILITY_H_ #include "main.h" #include "map.h" #define NB_RULES 9 extern int stable; void updateMap(); #endif