File: map.h

package info (click to toggle)
xtux 0.2-2.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 4,616 kB
  • ctags: 465
  • sloc: ansic: 2,921; makefile: 89
file content (7 lines) | stat: -rw-r--r-- 271 bytes parent folder | download
1
2
3
4
5
6
7
#define MAP_INFO_LINES 3

int load_map(struct map_t *map);
unsigned char base_tile(unsigned char c, int tileset);
unsigned char object_tile(unsigned char c, int tileset);
int new_entity(char c, int x, int y);
void get_message(char *mapfile, int mesg_num, char *msg_str);