playergame/src/map.h
zombie maniac dbd54b9ebe
i have no idea what changed
im just doing this so i can see if gpg key signing works
2023-10-30 18:30:16 -04:00

7 lines
87 B
C

#ifndef MAP_H
#define MAP_H
char readmap(int x, int y);
int render_map(void);
#endif