shithub: city

ref: 70bad7738f3b48f89ed1a624a38109d987bc048e
dir: /fns.h/

View raw version
void*	emalloc(ulong);
void	init(void);
void	initmap(void);
int	mhdist(int, int, int, int);
void	startsim(void);
void	readfs(void);
void	initdrw(void);
void	resetdraw(void);
void	updatedraw(void);
void	mouseselect(Point);
int	min(int, int);
int	max(int, int);