shithub: wl3d

ref: b109f9a857d3a69745e707913e5b321c0740bdb3
dir: /fns.h/

View raw version
void*	emalloc(ulong);
void*	erealloc(void *, ulong);
void	grab(int);
void	toss(void);
void	flush(void);
void	dat(char *);
void	out(void);
void	fadeout(void);
void	fadein(void);
void	fadeop(Col *, int);
void	palpic(uchar *);
void	put(int, int, int, int, uchar *, int);
int	txt(int, int, char *, int);
int	txtnl(int, int, char *, int);
int	txth(char *);
int	txtw(char *);
void	fill(int);
void	pic(int, int, int);
void	mstep(void);
void	init(void);
int	rnd(void);
void	gstep(void);
void	dstep(void);
void	initg(int);
void	sfx(int);
void	stopmus(void);
void	mus(int);