-
belkhiritaha authoredbelkhiritaha authored
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
#ifndef _UTILITY_H_
#define _UTILITY_H_
#include "main.h"
#include "map.h"
#define NB_RULES 9
extern int stable;
void updateMap();
#endif