7 lines
87 B
C
7 lines
87 B
C
#ifndef MAP_H
|
|
#define MAP_H
|
|
|
|
char readmap(int x, int y);
|
|
int render_map(void);
|
|
|
|
#endif
|