Archived
1
0
Fork 0
This repository has been archived on 2019-12-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
cscape/map.h
2002-05-20 12:40:35 +00:00

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);