aboutsummaryrefslogtreecommitdiff
path: root/fns.h
blob: a50614082947f90ee568653f07a1e6bc8f2f595c (plain)
1
2
3
4
5
void *emalloc(ulong);
void *erealloc(void*, ulong);
Image *eallocimage(Display*, Rectangle, ulong, int, ulong);
Memimage *eallocmemimage(Rectangle, ulong);
void qball(Rectangle, Point, Point, Quaternion*, Quaternion*);