Skip to content
Snippets Groups Projects
utility.h 143 B
#ifndef _UTILITY_H_
#define _UTILITY_H_

#include "main.h"
#include "map.h"


#define NB_RULES 9

extern int stable;
void updateMap();


#endif