shithub: city

ref: ef9b582868430fefaf733b7dc13ed6e9dc303bac
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	flushfb(void);
void	mouseselect(Point);
int	min(int, int);
int	max(int, int);