9 lines
133 B
C
9 lines
133 B
C
#ifndef MAP_MAP_H
|
|
#define MAP_MAP_H
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <ctype.h>
|
|
#include <time.h>
|
|
|
|
#endif //MAP_MAP_H
|