10 lines
133 B
C
10 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
|