3 lines
146 B
C
3 lines
146 B
C
void map_init (char *map, int x, int y);
|
|
void map_generate (char *map, int x1,int y1,int x2,int y2);
|
|
void map_setpalette(SDL_Surface *screen);
|