You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
146 B
C
4 lines
146 B
C
23 years ago
|
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);
|